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] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
1
/
b
/
3
/
CCNetwork
/
0.0.1
/
CCNetwork.podspec.json
blob
1197f03feca8fb20dc1de60a6ef24f9d7b4174d9
1
{
2
"name": "CCNetwork",
3
"version": "0.0.1",
4
"summary": "iOS的网络库",
5
"description": "\"iOS的网络库, 参照AFNetworking实现以学习\"",
6
"homepage": "https://git.oschina.net/mitaoGO/ccnetwork",
7
"license": {
8
"type": "MIT",
9
"file": "FILE_LICENSE"
10
},
11
"authors": {
12
"CC": "15622272922@163.com"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"source": {
18
"git": "https://git.oschina.net/mitaoGO/ccnetwork.git",
19
"tag": "0.0.1"
20
},
21
"source_files": "CCNetwork/Network/*.{h,m}"
22
}