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] GluedInSDK 2.5.1
[CocoaPods.git]
/
Specs
/
d
/
3
/
c
/
BTNetwork
/
1.0.8
/
BTNetwork.podspec.json
blob
200b4a9f0cfbbdbfd0fdb9ecbb90c47689066933
1
{
2
"name": "BTNetwork",
3
"version": "1.0.8",
4
"summary": "一款基于AFNetworking的以block调用形式的网络请求框架",
5
"homepage": "https://github.com/SoftBoys/BTNetwok",
6
"source": {
7
"git": "https://github.com/SoftBoys/BTNetwok.git",
8
"tag": "1.0.8"
9
},
10
"license": {
11
"type": "MIT",
12
"file": "LICENSE"
13
},
14
"authors": {
15
"gjw": "gjw_1991@163.com"
16
},
17
"platforms": {
18
"ios": "8.0"
19
},
20
"source_files": "BTNetwork/*.{h,m}",
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.1.0"
25
]
26
}
27
}