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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
6
/
9
/
7
/
libSDK
/
1.0.0
/
libSDK.podspec.json
blob
de682a8e3be913600d72f368e964d2066dcf0490
1
{
2
"name": "libSDK",
3
"version": "1.0.0",
4
"summary": "libSDK is a staticlib SDK",
5
"homepage": "https://github.com/wusw/libSDK.git",
6
"license": "MIT",
7
"authors": {
8
"wsw": "526036901@qq.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/wusw/libSDK.git",
15
"tag": "1.0.0"
16
},
17
"frameworks": "UIKit",
18
"vendored_frameworks": "MySDK.framework",
19
"requires_arc": true,
20
"dependencies": {
21
"AFNetworking": [
22
23
],
24
"SDWebImage": [
25
26
]
27
}
28
}