forked from efremidze/Haptica
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHaptica.podspec
More file actions
21 lines (20 loc) · 852 Bytes
/
Haptica.podspec
File metadata and controls
21 lines (20 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint Magnetic.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Haptica'
s.version = '3.0.0'
s.summary = 'Easy Haptic Feedback'
s.homepage = 'https://github.com/efremidze/Haptica'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'efremidze' => 'efremidzel@hotmail.com' }
s.documentation_url = 'https://efremidze.github.io/Haptica/'
s.source = { :git => 'https://github.com/efremidze/Haptica.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.swift_version = '5.0'
s.source_files = 'Sources/*.swift'
end