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] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git]
/
Specs
/
a
/
6
/
7
/
DaisyNet
/
1.0.9
/
DaisyNet.podspec.json
blob
283d3fbd90a612f18123ca533387dcdfe4950a5c
1
{
2
"name": "DaisyNet",
3
"version": "1.0.9",
4
"summary": "Alamofire与Cache封装, 更容易存储请求数据",
5
"homepage": "https://github.com/MQZHot/DaisyNet",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"MQZHot": "mqz1228@163.com"
12
},
13
"platforms": {
14
"ios": "14.0"
15
},
16
"source": {
17
"git": "https://github.com/MQZHot/DaisyNet.git",
18
"tag": "1.0.9"
19
},
20
"source_files": [
21
"Source/*.swift"
22
],
23
"requires_arc": true,
24
"swift_versions": [
25
"5.0",
26
"5.1",
27
"5.2"
28
],
29
"dependencies": {
30
"Cache": [
31
"~> 6.0.0"
32
],
33
"Alamofire": [
34
"~> 5.9.1"
35
]
36
},
37
"swift_version": "5.2"
38
}