| { |
| "name": "Mercurio", |
| "version": "0.3.0", |
| "summary": "Mercurio is a fast way to make an api with AFNetworking and parse the response with Mantle.", |
| "homepage": "https://github.com/stefz/Mercurio", |
| "license": "MIT", |
| "authors": { |
| "Stefano Zanetti": "stefano.zanetti@pragmamark.org" |
| }, |
| "source": { |
| "git": "https://github.com/stefz/Mercurio.git", |
| "tag": "0.3.0" |
| }, |
| "social_media_url": "https://twitter.com/stezanna", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ], |
| "Mantle": [ |
| "~> 2.0.6" |
| ], |
| "SAMKeychain": [ |
| "~> 1.5.1" |
| ] |
| } |
| } |