[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / 7 / e / ActiveSQLite / 0.5.2 / ActiveSQLite.podspec.json
blob7378428ace5b474c8e43300574c53ae54fc8b267
2   "name": "ActiveSQLite",
3   "version": "0.5.2",
4   "summary": "ActiveSQLite is an helper of SQLite.Swift. It can let you use SQLite.swift easily.",
5   "description": "ActiveSQLite is an helper of SQLite.Swift. It can let you use SQLite.swift easily..",
6   "homepage": "https://github.com/KevinZhouRafael/ActiveSQLite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhoukai": "wumingapie@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/KevinZhouRafael/ActiveSQLite.git",
16     "tag": "0.5.2"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2",
22     "5.3"
23   ],
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "ActiveSQLite/Classes/**/*",
28   "dependencies": {
29     "SQLite.swift": [
30       "0.12.2"
31     ]
32   },
33   "swift_version": "5.3"