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.8.12
[CocoaPods.git]
/
Specs
/
9
/
c
/
4
/
HelperSDK
/
0.1.2
/
HelperSDK.podspec.json
blob
f96fb5aebdd029f1b934cc0dea502fb6a602bfe7
1
{
2
"name": "HelperSDK",
3
"version": "0.1.2",
4
"summary": "日常使用类",
5
"description": "ios日常使用类",
6
"homepage": "https://git.oschina.net/yuxilong",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"yuxilong": "305758560@qq.com"
13
},
14
"source": {
15
"git": "https://git.oschina.net/yuxilong/HelperSDK.git",
16
"tag": "0.1.2"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "HelperSDK/Classes/**/*",
22
"frameworks": "UIKit",
23
"dependencies": {
24
"AFNetworking": [
25
"~> 3.1.0"
26
]
27
}
28
}