| { |
| "name": "MojoDatabase", |
| "version": "1.3", |
| "summary": "MojoDatabase is an ActiveRecord-like ORM for SQLite written in Objective-C for use in iOS applications.", |
| "homepage": "https://easyios.08dream.com", |
| "social_media_url": "https://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.3" |
| }, |
| "source_files": "MojoDatabase/*.{h,m}", |
| "dependencies": { |
| "JSONModel": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |