blob: 7961278eb2af7a7a38a9570d29029586ba423fed [file] [log] [blame]
{
"name": "ABSQLite",
"version": "1.2.0",
"summary": "ABSQLite is an Objective-C wrapper to SQLite making it easy to use the database.",
"homepage": "https://github.com/AaronBratcher/ABSQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron L. Bratcher": "aaronbratcher1@gmail.com"
},
"social_media_url": "http://twitter.com/AaronLBratcher",
"source": {
"git": "https://github.com/AaronBratcher/ABSQLite.git",
"tag": "v1.2.0"
},
"source_files": "Classes/**/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true
}