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] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git]
/
Specs
/
f
/
4
/
7
/
JSNetwork
/
0.7.1
/
JSNetwork.podspec.json
blob
331871fb302142d493a14455ee57b5fd7b5f9c70
1
{
2
"name": "JSNetwork",
3
"version": "0.7.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.7.1"
19
},
20
"frameworks": "Foundation",
21
"source_files": [
22
"JSNetwork",
23
"JSNetwork/*.{h,m}"
24
],
25
"license": "MIT",
26
"requires_arc": true,
27
"swift_version": "5.0"
28
}