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] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git]
/
Specs
/
1
/
2
/
9
/
HQDBDecode
/
1.0.0
/
HQDBDecode.podspec.json
blob
028533816afe6878070aff50c34bf100792a4e4f
1
{
2
"name": "HQDBDecode",
3
"version": "1.0.0",
4
"summary": "数据库对象映射模型",
5
"description": "数据库对象映射模型.",
6
"homepage": "https://github.com/LiuHuanQing/HQDBDecode",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"刘欢庆": "liu-lhq@163.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/LiuHuanQing/HQDBDecode.git",
19
"tag": "1.0.0"
20
},
21
"source_files": [
22
"Classes",
23
"Classes/**/*.{h,m}"
24
],
25
"exclude_files": "Exclude",
26
"frameworks": [
27
"FMDB",
28
"YYModel"
29
],
30
"dependencies": {
31
"FMDB": [
32
"~> 2.6.2"
33
],
34
"YYModel": [
35
"~> 1.0.4"
36
]
37
}
38
}