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] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git]
/
Specs
/
1
/
b
/
d
/
SANetwork
/
1.0.3
/
SANetwork.podspec.json
blob
eeee31450c53b2a28b4b41a788970b5a8f93c1a4
1
{
2
"name": "SANetwork",
3
"version": "1.0.3",
4
"summary": "离散式请求,对AFNetworking的二次封装",
5
"license": "MIT",
6
"authors": {
7
"学宝": "zhanxuebao@outlook.com"
8
},
9
"homepage": "https://github.com/ISCSMobileOrg/SANetwork",
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/ISCSMobileOrg/SANetwork.git",
15
"tag": "1.0.3"
16
},
17
"requires_arc": true,
18
"source_files": "SANetwork/*.{h,m}",
19
"dependencies": {
20
"AFNetworking": [
21
"~> 3.0"
22
]
23
}
24
}