| { |
| "name": "STMQuickRestKit", |
| "version": "0.2.0", |
| "summary": "RestKit and MagicalRecord wrapper for quick project setup", |
| "description": "RestKit and MagicalRecord wrapper for quick project setup and mapping configuration.", |
| "homepage": "https://github.com/stefanomondino/SMTQuickRestKit.git", |
| "license": "MIT", |
| "authors": { |
| "Stefano Mondino": "stefano.mondino.dev@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/stefanomondino/SMTQuickRestKit.git", |
| "tag": "0.2.0" |
| }, |
| "social_media_url": "https://twitter.com/puntoste", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/*.{h,m}", |
| "dependencies": { |
| "RestKit": [ |
| |
| ], |
| "MagicalRecord": [ |
| |
| ] |
| } |
| } |