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] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git]
/
Specs
/
8
/
6
/
d
/
KaifKit
/
0.1.0
/
KaifKit.podspec.json
blob
9b8c9ff04b1ac03249ccf1c1610f721350517456
1
{
2
"name": "KaifKit",
3
"version": "0.1.0",
4
"summary": "Unofficial Kaif.io client in Objective-C.",
5
"homepage": "https://github.com/siuying/KaifKit",
6
"license": "MIT",
7
"authors": {
8
"Francis Chong": "francis@ignition.hk"
9
},
10
"source": {
11
"git": "https://github.com/siuying/KaifKit.git",
12
"tag": "0.1.0"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "Pod/Classes/**/*",
19
"dependencies": {
20
"AFNetworking": [
21
"~> 2.4"
22
],
23
"AFOAuth2Manager": [
24
25
],
26
"SSKeychain": [
27
28
]
29
}
30
}