Skip to content

Commit cd1b5fa

Browse files
committed
Add initial podspec
Add newline
1 parent 63972be commit cd1b5fa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

EmojiKit.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)