| { |
| "name": "MTBaseObjects", |
| "version": "0.1.7", |
| "summary": "Define a set of foundational objects.", |
| "description": "Define a set of foundational objects, that can be used build to a simple project.", |
| "homepage": "https://github.com/Secrimart/MTBaseObjects", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "secrimart@aliyun.com": "secrimart@aliyun.com" |
| }, |
| "source": { |
| "git": "https://github.com/Secrimart/MTBaseObjects.git", |
| "tag": "0.1.7" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MTBaseObjects/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2" |
| ], |
| "MBProgressHUD": [ |
| "~> 1.1" |
| ], |
| "Masonry": [ |
| "~> 1.1" |
| ], |
| "BackButtonHandler": [ |
| "~> 1.0" |
| ], |
| "SDWebImage": [ |
| "~> 4.3" |
| ], |
| "JLFramework": [ |
| "~> 0.1" |
| ] |
| } |
| } |