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] TrinityAudioSDK 3.2.118
[CocoaPods.git]
/
Specs
/
6
/
c
/
3
/
XXModel
/
0.1.0
/
XXModel.podspec.json
blob
721b7be96a9f5c499f87f2c1df822366f6516c3a
1
{
2
"name": "XXModel",
3
"version": "0.1.0",
4
"summary": "超轻量级字典转模型框架.",
5
"description": "自用,超轻量级字典转模型框架",
6
"homepage": "https://github.com/rdxer/XXModel",
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": "0.1.0"
17
},
18
"platforms": {
19
"ios": "7.0"
20
},
21
"source_files": "XXModel/Classes/**/*",
22
"dependencies": {
23
"JRSwizzle": [
24
"~> 1.0"
25
]
26
}
27
}