[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / 9 / 6 / SQLiteDatabase / 1.0.0 / SQLiteDatabase.podspec.json
blobfa80b03586d006d13b7f60142c10a019fefb8eab
2   "name": "SQLiteDatabase",
3   "version": "1.0.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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": false,
19   "source_files": "SQLiteDatabase/Classes/**/*",
20   "libraries": "sqlite3"