| { | |
| "name": "MIGSDK", | |
| "version": "0.1.0", | |
| "summary": "A prototype of migme SDK.", | |
| "homepage": "https://github.com/rance-attack/MIGSDK", | |
| "license": "MIT", | |
| "authors": { | |
| "Rance Tsai": "rance.attack@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/rance-attack/MIGSDK.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "requires_arc": true, | |
| "frameworks": "Foundation", | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 2.5.4" | |
| ] | |
| } | |
| } |