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] ACWebSocketClient 0.1.0
[CocoaPods.git]
/
Specs
/
6
/
c
/
3
/
XXModel
/
1.0.0
/
XXModel.podspec.json
blob
8ded20e250b3593e9e2fcd6ad3ba8fd00f449153
1
{
2
"name": "XXModel",
3
"version": "1.0.0",
4
"summary": "超轻量级字典转模型框架.",
5
"description": "自用,超轻量级字典转模型框架",
6
"homepage": "http://rdxer.top",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"LXF": "rdxer@foxmail.com"
13
},
14
"source": {
15
"git": "https://github.com/rdxer/XXModel.git",
16
"tag": "1.0.0"
17
},
18
"platforms": {
19
"ios": "7.0"
20
},
21
"source_files": "XXModel/Classes/**/*",
22
"dependencies": {
23
"JRSwizzle": [
24
"~> 1.0"
25
]
26
}
27
}