blob: c4de2e669ef11a14ca83442d537872b1a4cfdb59 [file] [log] [blame]
{
"name": "ZLMojoDatabase",
"version": "1.5",
"summary": "MojoDatabase is an ActiveRecord-like ORM for SQLite written in Objective-C for use in iOS applications.",
"homepage": "https://github.com/zhoulincome/mojo-database",
"social_media_url": "https://github.com/zhoulincome/mojo-database",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhoulin": "359344816@qq.com"
},
"source": {
"git": "https://github.com/zhoulincome/mojo-database.git",
"tag": "1.5"
},
"source_files": "MojoDatabase/*.{h,m}",
"frameworks": "AVFoundation",
"libraries": "sqlite3",
"requires_arc": true
}