| { |
| "name": "SimpleRemoteObject", |
| "version": "0.0.2", |
| "summary": "SimpleRemoteObject is a simple Objectie-C library that can create your classes' instance from server-side JSON text.", |
| "license": "MIT", |
| "homepage": "https://github.com/halsk/SimpleRemoteObject", |
| "authors": { |
| "Hal Seki": "hal@georepublic.co.jp" |
| }, |
| "source": { |
| "git": "https://github.com/halsk/SimpleRemoteObject.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "5.1" |
| }, |
| "source_files": "SimpleRemoteObject/classes/**/*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| ">= 1.0.0" |
| ] |
| }, |
| "requires_arc": false |
| } |