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] APSDKMediationMintegral 0.0.19
[CocoaPods.git]
/
Specs
/
c
/
4
/
7
/
FMDBModel
/
0.0.1
/
FMDBModel.podspec.json
blob
a5b35b00ab7aad2b0039148a1f869ec0d652316e
1
{
2
"name": "FMDBModel",
3
"version": "0.0.1",
4
"summary": "虚拟数据模型,对FMDB进行封装,子类能进行基本的数据库操作",
5
"homepage": "https://github.com/lindechun1994/FMDBModel",
6
"license": "MIT",
7
"authors": {
8
"DeChun Lin": "lin_de_chun@sina.com"
9
},
10
"platforms": {
11
"ios": "5.0"
12
},
13
"source": {
14
"git": "https://github.com/lindechun1994/FMDBModel.git",
15
"tag": "0.0.1"
16
},
17
"source_files": "Pod/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"FMDB": [
21
"~> 2.6.2"
22
],
23
"LDFramework": [
24
"~> 0.2.0"
25
]
26
}
27
}