| { |
| "name": "spearREST", |
| "version": "1.0.0", |
| "summary": "Making using REST easy with objC.", |
| "description": "\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n", |
| "homepage": "https://github.com/TolgaB/spearRest", |
| "license": "MIT", |
| "authors": { |
| "Tolgab": "Mathman290@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tolgab/spearREST.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "spearREST": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |