-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathKMKeys.podspec
23 lines (19 loc) · 891 Bytes
/
KMKeys.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint KMKeys.podspec' to ensure this is a
# valid spec before submitting.
#
Pod::Spec.new do |s|
s.name = 'KMKeys'
s.version = '1.0.0'
s.summary = 'KMKeys provides a drop-in floating text field and toolbar.'
s.description = <<-DESC
KMKeys provides a drop-in floating text field and toolbar. A default configuration is provided with the ability to customize to your hearts content.
DESC
s.homepage = 'https://github.com/kmcgill88/KMKeys-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kevin McGill' => '[email protected]' }
s.source = { :git => 'https://github.com/kmcgill88/KMKeys-iOS.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = 'KMKeys/Classes/**/*'
s.frameworks = 'UIKit'
end