[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / a / 3 / RBSQLite / 1.0.0 / RBSQLite.podspec.json
blobe5c4009293491d5cf80d7b6d41b1623198661753
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": [
24     ]
25   }