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] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git]
/
Specs
/
f
/
7
/
0
/
httpmodel
/
0.0.1
/
httpmodel.podspec.json
blob
d66639f4fc90102876ca820945ceb3ef1470c867
1
{
2
"name": "httpmodel",
3
"platforms": {
4
"ios": "8.0"
5
},
6
"version": "0.0.1",
7
"summary": "Dictionary <=> Model <=> JSON",
8
"homepage": "https://github.com/yellowzhou/ZZHttmModel",
9
"license": {
10
"type": "MIT",
11
"file": "LICENSE"
12
},
13
"authors": {
14
"yellowzhou": "yellowzhou@sina.cn"
15
},
16
"source": {
17
"git": "https://github.com/yellowzhou/ZZHttmModel.git",
18
"tag": "0.0.1"
19
},
20
"frameworks": [
21
"CFNetwork",
22
"Foundation"
23
],
24
"source_files": "ZZHttpModel/Src/*.{h,m}",
25
"requires_arc": true,
26
"dependencies": {
27
"AFNetworking": [
28
29
]
30
}
31
}