[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / 6 / SQLiteDatabase / 0.1.0 / SQLiteDatabase.podspec.json
blobe8493e16e30b8fe1e67b3406a5850beff63e282b
2   "name": "SQLiteDatabase",
3   "version": "0.1.0",
4   "summary": "An Objective-C wrapper for SQLite functions",
5   "description": "A Simple Objective-C wrapper for SQLite functions",
6   "homepage": "https://github.com/eddy-lau/SQLiteDatabase",
7   "license": "MIT",
8   "authors": {
9     "Eddie Lau": "eddie@touchutility.com"
10   },
11   "source": {
12     "git": "https://github.com/eddy-lau/SQLiteDatabase.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": false,
19   "source_files": "SQLiteDatabase/Classes/**/*",
20   "resource_bundles": {
21     "SQLiteDatabase": [
22       "SQLiteDatabase/Assets/*.png"
23     ]
24   },
25   "libraries": "sqlite3"