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] ZJSDK 2.5.7.5
[CocoaPods.git]
/
Specs
/
f
/
4
/
7
/
JSNetwork
/
0.0.1
/
JSNetwork.podspec.json
blob
ce3e5606fcc59b3147a052b24222aa62f257def5
1
{
2
"name": "JSNetwork",
3
"version": "0.0.1",
4
"summary": "离散式网络框架,面向协议编程,类似Swift的Moya",
5
"homepage": "https://github.com/jiasongs/JSNetwork",
6
"authors": {
7
"jiasong": "593908937@qq.com"
8
},
9
"platforms": {
10
"ios": "9.0"
11
},
12
"swift_versions": [
13
"4.2",
14
"5.0"
15
],
16
"source": {
17
"git": "https://github.com/jiasongs/JSNetwork.git",
18
"tag": "0.0.1"
19
},
20
"frameworks": "Foundation",
21
"source_files": [
22
"JSNetwork",
23
"JSNetwork/*.{h,m}"
24
],
25
"license": "MIT",
26
"requires_arc": true,
27
"dependencies": {
28
"AFNetworking": [
29
30
]
31
},
32
"swift_version": "5.0"
33
}