blob: 1094fe5a72c4bcbc631eb3070db11155a59f0219 [file] [log] [blame]
{
"name": "MojoDatabase",
"version": "1.1",
"summary": "MojoDatabase is an ActiveRecord-like ORM for SQLite written in Objective-C for use in iOS applications.",
"homepage": "https://github.com/zhuchaowe/mojo-database",
"social_media_url": "https://swift.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.1"
},
"source_files": "MojoDatabase/*.{h,m}",
"dependencies": {
"jastor": [
]
},
"requires_arc": true
}