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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
9
/
8
/
7
/
SwpFMDB
/
1.1.2
/
SwpFMDB.podspec.json
blob
2560262c4bfb4ee586b141eb45e8158046416e2b
1
{
2
"name": "SwpFMDB",
3
"version": "1.1.2",
4
"summary": "封装 FMDB 避免 开发者写繁琐的SQL 语句, 使用简单粗暴",
5
"homepage": "https://github.com/swp-song/SwpFMDB",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
" swp_song": "396587868@qq.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/swp-song/SwpFMDB.git",
18
"tag": "1.1.2"
19
},
20
"source_files": [
21
"SwpFMDB",
22
"SwpFMDB/**/*.{h,m}"
23
],
24
"frameworks": [
25
"UIKit",
26
"Foundation"
27
],
28
"requires_arc": true,
29
"dependencies": {
30
"FMDB": [
31
32
]
33
}
34
}