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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
f
/
0
/
7
/
FLNet
/
0.0.1
/
FLNet.podspec.json
blob
700ee2993c4d04833b3f962f81b020e83684bc4e
1
{
2
"name": "FLNet",
3
"version": "0.0.1",
4
"summary": "组件化基础的网络请求库",
5
"description": "简单的组件化基础网络封装",
6
"homepage": "https://www.jianshu.com/u/f62ba27bc07b",
7
"license": "MIT",
8
"authors": {
9
"cirelir": "1193436556@qq.com"
10
},
11
"platforms": {
12
"ios": "10.0"
13
},
14
"source": {
15
"git": "https://gitee.com/crraien/FLNet.git",
16
"tag": "0.0.1"
17
},
18
"source_files": "FLNet/*.{m,h,swift}",
19
"dependencies": {
20
"Moya/RxSwift": [
21
22
],
23
"SwiftyJSON": [
24
25
]
26
}
27
}