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] DemoTestFramework 1.0.7
[CocoaPods.git]
/
Specs
/
7
/
b
/
8
/
TLNetTool
/
0.7
/
TLNetTool.podspec.json
blob
e59e08eb24e521ed2a51d40eb51a5cd9039543fc
1
{
2
"name": "TLNetTool",
3
"version": "0.7",
4
"summary": "基于 Alamofire 封装的网络库,基于 KingFisher 封装的网络图片加载方式",
5
"homepage": "https://github.com/ysCharles/TLNetTool",
6
"license": "MIT",
7
"authors": {
8
"Charles": "ystanglei@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/ysCharles/TLNetTool.git",
12
"tag": "0.7"
13
},
14
"platforms": {
15
"ios": "10.0"
16
},
17
"source_files": "Sources/*.swift",
18
"dependencies": {
19
"Kingfisher": [
20
21
],
22
"Alamofire": [
23
24
]
25
},
26
"swift_version": "5"
27
}