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] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git]
/
Specs
/
c
/
0
/
6
/
PYFMDB
/
0.0.2
/
PYFMDB.podspec.json
blob
d75880156c4b9781bbc7aed2d02fa56ee5cc152b
1
{
2
"name": "PYFMDB",
3
"version": "0.0.2",
4
"summary": "Operations library of sqlite base on FMDB",
5
"homepage": "https://github.com/iterrypeng/PYFMDB",
6
"license": "MIT",
7
"authors": {
8
"pengyong": "pengyong@veldasoft.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/iterrypeng/PYFMDB.git",
15
"tag": "0.0.2"
16
},
17
"source_files": "PYFMDB/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"FMDB": [
21
"~> 2.0"
22
]
23
}
24
}