[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / a / c / 7 / DCFSQLite / 1.0.0 / DCFSQLite.podspec.json
blob3f984c920007d58beee114578acb9ebf0ad05d4e
2   "name": "DCFSQLite",
3   "version": "1.0.0",
4   "summary": "DCFSQLite is an Objective-C wrapper to SQLite making it easy to use the database.",
5   "homepage": "https://github.com/diegocfreire/DCFSQLite",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Diego C. Freire": "diegocfreire@gmail.com"
12   },
13   "social_media_url": "http://br.linkedin.com/pub/diego-freire/72/527/881",
14   "source": {
15     "git": "https://github.com/diegocfreire/DCFSQLite.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": [
19     "DCFSQLite.h",
20     "DCFSQLite.m"
21   ],
22   "libraries": "sqlite3",
23   "requires_arc": true