| { |
| "name": "CDUntappdKit", |
| "version": "0.2.1", |
| "summary": "An extensive Objective C wrapper for the Untappd API.", |
| "description": "This Objective C wrapper covers all possible network endpoints and responses for the Untappd developers API.", |
| "homepage": "https://github.com/chrisdhaan/CDUntappdKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Christopher de Haan": "chrisdhaan@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/chrisdhaan/CDUntappdKit.git", |
| "tag": "0.2.1" |
| }, |
| "social_media_url": "https://twitter.com/dehaan_solo", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "CDUntappdKit/Classes/**/*", |
| "dependencies": { |
| "Overcoat": [ |
| "~> 4.0.0-beta.2" |
| ] |
| } |
| } |