blob: 52dd96bbb0be701f3d06339af639688d305b7d12 [file] [log] [blame]
{
"name": "SQPersist",
"version": "0.0.2",
"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": "0.0.2"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.4"
]
}
}