blob: 8a6f2b1b2dbb5b33d148e7077abab0399c0269b9 [file] [log] [blame]
{
"name": "SQLitePersistentObjects",
"version": "1.1.0",
"license": "MIT",
"summary": "Persistent Objects for Cocoa & Cocoa Touch that using SQLite.",
"homepage": "https://github.com/ElfSundae/SQLitePersistentObjects",
"authors": {
"Elf Sundae": "http://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/SQLitePersistentObjects.git",
"tag": "1.1.0",
"submodules": true
},
"social_media_url": "https://twitter.com/ElfSundae",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SQLitePersistentObjects/SQLitePersistentObjects/**/*.{h,m}",
"libraries": "sqlite3"
}