[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / a / sqlite3-objc / 0.3 / sqlite3-objc.podspec.json
blob0beed41562f452b1bca71687713eb09681710c06
2   "name": "sqlite3-objc",
3   "version": "0.3",
4   "summary": "SQLite3 Objective-C wrapper.",
5   "homepage": "https://github.com/youknowone/sqlite3-objc",
6   "license": "Public Domain (sqlite3 license)",
7   "authors": {
8     "Jeong YunWon": "sqlite3objc@youknowone.org"
9   },
10   "source": {
11     "git": "https://github.com/youknowone/sqlite3-objc.git",
12     "tag": "0.3"
13   },
14   "source_files": [
15     "SQLite/SQLite.h",
16     "SQLite/SLDatabase.{h|m}",
17     "SQLite/SLStatement.{h|m}",
18     "SQLite/SLError.{h|m}"
19   ],
20   "header_dir": "SQLite",
21   "libraries": "sqlite3",
22   "dependencies": {
23     "cdebug": [
25     ]
26   },
27   "requires_arc": false