[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / e / a / SQLiteWrapper / 0.1.2 / SQLiteWrapper.podspec.json
blob6a7b50dc549a9d69ff5fd41c9936d58ed5c13111
2   "name": "SQLiteWrapper",
3   "version": "0.1.2",
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.2"
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   }