[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 3 / f / SQLiteKit / 0.0.9 / SQLiteKit.podspec.json
bloba7bc17083a7a04f13a08fe93ccd1701d8b0a85fc
2   "name": "SQLiteKit",
3   "version": "0.0.9",
4   "license": {
5     "type": "MIT"
6   },
7   "requires_arc": true,
8   "source": {
9     "git": "https://github.com/alexiscn/SQLiteKit.git",
10     "tag": "0.0.9"
11   },
12   "summary": "SQLiteKit based on FMDB and Swift Codable",
13   "homepage": "https://github.com/alexiscn/SQLiteKit",
14   "authors": {
15     "xushuifeng": "shuifengxu@gmail.com"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_version": "4.0",
21   "source_files": "**/*.{swift}",
22   "ios": {
23     "dependencies": {
24       "FMDB": [
26       ]
27     }
28   }