[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / b / AWSQLiteDB / 0.1.1 / AWSQLiteDB.podspec.json
blobd3dfdcf6ea2094e13ac8eaf024268de85fb837db
2   "name": "AWSQLiteDB",
3   "version": "0.1.1",
4   "summary": "A SQLiteDB wrapper written in Swift 2.0",
5   "description": "AWSQLiteDB is a simple wrapper in Swift 2.0",
6   "homepage": "https://github.com/adow/AWSQLiteDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "adow": "reynoldqin@gmail.com"
13   },
14   "social_media_url": "https://github.com/adow",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "module_name": "AWSQLiteDB",
19   "module_map": "AWSQLiteDBFramework/module.modulemap",
20   "source": {
21     "git": "https://github.com/adow/AWSQLiteDB.git",
22     "tag": "0.1.1"
23   },
24   "source_files": "AWSQLiteDBFramework/*.{h,swift}",
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "libraries": "sqlite3"