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
[Delete] FaceCoreBasicNightly 6.3.1038
[CocoaPods.git]
/
Specs
/
6
/
c
/
3
/
XXModel
/
1.0.1
/
XXModel.podspec.json
blob
1065820c0d95c56bb05c4723c9dbb5459d1ca6b5
1
{
2
"name": "XXModel",
3
"version": "1.0.1",
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.1"
17
},
18
"platforms": {
19
"ios": "7.0"
20
},
21
"source_files": "XXModel/Classes/**/*",
22
"dependencies": {
23
"JRSwizzle": [
24
"~> 1.0"
25
]
26
}
27
}