| { |
| "name": "RoundedRobot", |
| "version": "0.2.6", |
| "summary": "The worlds simplest networking / core-data library.", |
| "description": " ROBot solves two problems.\n * Making REST API calls easy\n * Automatic sync'ing of REST API calls to your database\n", |
| "homepage": "https://github.com/Rounded/ROBot", |
| "license": "MIT", |
| "authors": { |
| "Heather Spenenger": "hs@roundedco.com" |
| }, |
| "source": { |
| "git": "https://github.com/Rounded/ROBot.git", |
| "tag": "0.2.6" |
| }, |
| "social_media_url": "https://twitter.com/roundedco", |
| "platforms": { |
| "ios": "6.1" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "ROBot": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |