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] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git]
/
Specs
/
d
/
3
/
c
/
BTNetwork
/
0.0.2
/
BTNetwork.podspec.json
blob
4cdb9e131142fb29b5cc668df35ada2ae9628645
1
{
2
"name": "BTNetwork",
3
"version": "0.0.2",
4
"summary": "一款基于AFNetworking的以block调用形式的网络请求框架",
5
"description": "支持队列组请求",
6
"homepage": "https://github.com/SoftBoys",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"郭俊威": "gjw_1991@163.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/SoftBoys/BTNetwok.git",
19
"tag": "v0.0.2"
20
},
21
"source_files": "BTNetwork",
22
"requires_arc": true,
23
"dependencies": {
24
"AFNetworking": [
25
"~> 3.1.0"
26
]
27
}
28
}