blob: 9e94957700a766e54cd67ddbc117b062bf848213 [file] [log] [blame]
{
"name": "ZLMojoDatabase",
"version": "1.5.1",
"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.1"
},
"source_files": "MojoDatabase/*.{h,m}",
"frameworks": "AVFoundation",
"libraries": "sqlite3",
"requires_arc": true
}