blob: 41f47a29f6439bc9ee7a78c6d941542eff53ca69 [file] [log] [blame]
{
"name": "MojoDatabase",
"version": "1.4",
"summary": "MojoDatabase is an ActiveRecord-like ORM for SQLite written in Objective-C for use in iOS applications.",
"homepage": "http://easyios.08dream.com",
"social_media_url": "http://easyios.08dream.com",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuchao": "zhuchaowe@163.com"
},
"source": {
"git": "https://github.com/zhuchaowe/mojo-database.git",
"tag": "1.4"
},
"source_files": [
"MojoDatabase/*.{h,m}",
"JSONModel/**/*.{h,m}"
],
"requires_arc": true
}