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] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git]
/
Specs
/
c
/
a
/
3
/
RBSQLite
/
1.0.0
/
RBSQLite.podspec.json
blob
e5c4009293491d5cf80d7b6d41b1623198661753
1
{
2
"name": "RBSQLite",
3
"version": "1.0.0",
4
"summary": "A Cocoa / Objective-C wrapper around SQLite",
5
"homepage": "https://github.com/baxiang/RBSQLite",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"baxiang": "baxiang1989@163.com"
12
},
13
"source": {
14
"git": "https://github.com/baxiang/RBSQLite.git",
15
"tag": "1.0.0"
16
},
17
"platforms": {
18
"ios": "7.0"
19
},
20
"source_files": "RBSQLite/Classes/**/*",
21
"dependencies": {
22
"FMDB": [
23
24
]
25
}
26
}