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] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git]
/
Specs
/
2
/
a
/
9
/
Redes
/
2.0.0
/
Redes.podspec.json
blob
8b7da3d8d843afe2ef6bed4824e616f0cbf94816
1
{
2
"name": "Redes",
3
"version": "2.0.0",
4
"license": "MIT",
5
"summary": "High-level network layer abstraction library written in Swift",
6
"homepage": "https://github.com/cuzv/Redes",
7
"authors": {
8
"Moch Xiao": "cuzval@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/cuzv/Redes.git",
12
"tag": "2.0.0"
13
},
14
"platforms": {
15
"ios": "9.0"
16
},
17
"source_files": "Sources/*.swift",
18
"requires_arc": true,
19
"dependencies": {
20
"Alamofire": [
21
"~> 4.0"
22
]
23
}
24
}