[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / a / SQLiteWrapper / 0.1.3 / SQLiteWrapper.podspec.json
blob38f2822c6d2d4ede33593ca8ac6b056ffd51db23
2   "name": "SQLiteWrapper",
3   "version": "0.1.3",
4   "summary": "A very lightweight SQLite wrapper with a SQL like API",
5   "description": "A very lightweight SQLite wrapper with a SQL like API.",
6   "homepage": "https://github.com/dave234/SQLiteWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dave234": "dave234@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/dave234/SQLiteWrapper.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.7"
21   },
22   "source_files": "SQLiteWrapper/Classes/**/*",
23   "requires_arc": true,
24   "dependencies": {
25     "sqlite3": [
27     ]
28   }