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] GizoSDK 2.0.2-alpha.02
[CocoaPods.git]
/
Specs
/
c
/
0
/
6
/
PYFMDB
/
0.0.1
/
PYFMDB.podspec.json
blob
7a32eeb49637d377a54be3c40167df3d7355e54d
1
{
2
"name": "PYFMDB",
3
"version": "0.0.1",
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.1"
16
},
17
"source_files": "PYFMDB/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"FMDB": [
21
"~> 2.0"
22
]
23
}
24
}