blob: d3dfdcf6ea2094e13ac8eaf024268de85fb837db [file] [log] [blame]
{
"name": "AWSQLiteDB",
"version": "0.1.1",
"summary": "A SQLiteDB wrapper written in Swift 2.0",
"description": "AWSQLiteDB is a simple wrapper in Swift 2.0",
"homepage": "https://github.com/adow/AWSQLiteDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"adow": "reynoldqin@gmail.com"
},
"social_media_url": "https://github.com/adow",
"platforms": {
"ios": "8.0"
},
"module_name": "AWSQLiteDB",
"module_map": "AWSQLiteDBFramework/module.modulemap",
"source": {
"git": "https://github.com/adow/AWSQLiteDB.git",
"tag": "0.1.1"
},
"source_files": "AWSQLiteDBFramework/*.{h,swift}",
"requires_arc": true,
"frameworks": "Foundation",
"libraries": "sqlite3"
}