[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / a / c / ALBNoSQLDB / 2.0 / ALBNoSQLDB.podspec.json
blob9715a1d303dc920b1d589d5fa1810de9f6ba17c8
2   "name": "ALBNoSQLDB",
3   "version": "2.0",
4   "summary": "A SQLite database wrapper written in Swift that requires no SQL knowledge to use and can sync with instances of itself.",
5   "homepage": "https://github.com/AaronBratcher/ALBNoSQLDB",
6   "license": "MIT",
7   "authors": {
8     "Aaron Bratcher": "aaronlbratcher@yahoo.com"
9   },
10   "platforms": {
11     "ios": "7.1"
12   },
13   "source": {
14     "git": "https://github.com/AaronBratcher/ALBNoSQLDB.git",
15     "tag": "v2.0"
16   },
17   "source_files": [
18     "ALBNoSQLDB",
19     "ALBNoSQLDB/ALBNoSQLDB.swift"
20   ],
21   "frameworks": "sqlite3"