repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] RnpKit 1.2.5
[CocoaPods.git]
/
Specs
/
0
/
3
/
b
/
ImojiSDK
/
0.2.5
/
ImojiSDK.podspec.json
blob
8a1c5b05db8b777dc2413fbfb62dccda05e95df8
1
{
2
"name": "ImojiSDK",
3
"version": "0.2.5",
4
"license": "MIT",
5
"summary": "iOS SDK for Imoji.",
6
"homepage": "http://imoji.io/sdk",
7
"authors": {
8
"Nima Khoshini": "nima@imojiapp.com"
9
},
10
"source": {
11
"git": "https://github.com/imojiengineering/imoji-ios-sdk.git",
12
"tag": "0.2.5"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"source_files": "Source/**/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"Bolts": [
21
"~> 1.1"
22
],
23
"libwebp": [
24
"~> 0.4.3"
25
]
26
}
27
}