forked from KeyboardKit/KeyboardKit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeyboardKit.podspec
More file actions
Latest commit
24 lines (19 loc) · 945 Bytes
/
Copy pathKeyboardKit.podspec
File metadata and controls
24 lines (19 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Run `pod lib lint' to ensure this is a valid spec.
Pod::Spec.newdo |s|
s.name='KeyboardKit'
s.version='4.7.2'
s.swift_versions=['5.3']
s.summary='KeyboardKit helps you create keyboard extensions for iOS.'
s.description=<<-DESC
KeyboardKit is a Swift library that helps you create keyboard extensions for iOS.
DESC
s.homepage='https://github.com/danielsaidi/KeyboardKit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Daniel Saidi'=>'daniel.saidi@gmail.com'}
s.source={:git=>'https://github.com/danielsaidi/KeyboardKit.git',:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/danielsaidi'
s.swift_version='5.3'
s.ios.deployment_target='13.0'
s.source_files='Sources/KeyboardKit/**/*.swift'
s.resources="Sources/KeyboardKit/Resources/*.xcassets"
end