blob: 8658450250dba5e151fe6f2b665082329d473d3e [file] [log] [blame]
{
"name": "SQPersist",
"version": "1.0.5",
"summary": "Objective-C Persistence framework wrapper around SQLite.",
"homepage": "https://github.com/christopherney/SQPersist",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Christopher Ney": "christopher.ney@gmail.com"
},
"social_media_url": "http://twitter.com/christopherney",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/christopherney/SQPersist.git",
"tag": "1.0.5"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.4"
]
}
}