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] AlibabacloudMse20190531 6.13.0
[CocoaPods.git]
/
Specs
/
4
/
8
/
0
/
CSNetManager
/
0.0.5
/
CSNetManager.podspec.json
blob
5d12ddd98e990e6957e6665ccf3b5917dc24561d
1
{
2
"name": "CSNetManager",
3
"version": "0.0.5",
4
"summary": "The package of NetworkManager",
5
"homepage": "https://github.com/lichangsong",
6
"license": "MIT",
7
"authors": {
8
"lichangsong": "lcs_lz@163.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/lichangsong/CSNetManager.git",
15
"tag": "0.0.5"
16
},
17
"source_files": [
18
"CSNetManager",
19
"CSNetManager/**/*.swift"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"Alamofire": [
24
"~> 3.0"
25
],
26
"SwiftyJSON": [
27
"~> 2.3.2"
28
],
29
"HanekeSwift": [
30
"~> 0.10.1"
31
],
32
"RealReachability": [
33
"~> 1.1.3"
34
],
35
"MBProgressHUD": [
36
37
]
38
}
39
}