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] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git]
/
Specs
/
3
/
a
/
b
/
VVORM
/
0.0.8
/
VVORM.podspec.json
blob
773751e86c9546825487e10335b054cfa3840621
1
{
2
"name": "VVORM",
3
"version": "0.0.8",
4
"summary": "VVORM 封装FMDB数据库操作",
5
"homepage": "https://github.com/chinaxxren/VVORM",
6
"license": "MIT",
7
"authors": {
8
"chinaxxren": "182421693@qq.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/chinaxxren/VVORM.git",
15
"tag": "0.0.8"
16
},
17
"source_files": "VVORM/Source/**/*.{h,m}",
18
"frameworks": "UIKit",
19
"dependencies": {
20
"FMDB": [
21
22
]
23
}
24
}