We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63972be commit cd1b5faCopy full SHA for cd1b5fa
EmojiKit.podspec
@@ -0,0 +1,14 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'EmojiKit'
3
+ s.version = '0.0.1'
4
+ s.license = 'MIT'
5
+ s.summary = 'Effortless emoji-querying in Swift'
6
+ s.homepage = 'https://github.com/dasmer/EmojiKit'
7
+ s.author = 'Dasmer Singh'
8
+ s.source = { :git => 'https://github.com/dasmer/EmojiKit.git', :tag => s.version }
9
+ s.platform = :ios
10
+ s.ios.deployment_target = '8.0'
11
+ s.source_files = 'EmojiKit/*.swift'
12
+ s.resources = 'AllEmoji.json'
13
+ s.requires_arc = true
14
+end
0 commit comments