| { |
| "name": "FirehoseCocoa", |
| "version": "0.0.1", |
| "summary": "A library for interacting with the Firehose Customer Support service.", |
| "homepage": "https://github.com/mysterioustrousers/FirehoseCocoa", |
| "license": "MIT", |
| "authors": { |
| "Adam Kirk": "atomkirk@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mysterioustrousers/FirehoseCocoa.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "6.0", |
| "osx": "10.7" |
| }, |
| "source_files": "FirehoseCocoa/*.{h,m}", |
| "frameworks": "Foundation", |
| "requires_arc": true, |
| "dependencies": { |
| "MTPocket": [ |
| "~> 1.1.0" |
| ], |
| "MTDates": [ |
| "~> 0.9.2" |
| ] |
| } |
| } |