blob: 942d29c5ffeeb13bbec81e4e4e83d6d9fd3b3eb6 [file] [log] [blame]
{
"name": "ABSQLite",
"version": "1.1.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": "1.1.0"
},
"source_files": "Classes/**/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true
}