| { |
| "name": "Avenue", |
| "version": "0.4.2", |
| "summary": "A Networking Infrastructure", |
| "homepage": "https://github.com/MediaHound/Avenue", |
| "license": "Apache", |
| "authors": { |
| "Dustin Bachrach": "dustin@mediahound.com" |
| }, |
| "source": { |
| "git": "https://github.com/MediaHound/Avenue.git", |
| "tag": "0.4.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{h,m}", |
| "private_header_files": "Pod/Classes/**/*+Internal.h", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.6" |
| ], |
| "KVOController": [ |
| "~> 1.0" |
| ], |
| "PromiseKit/CorePromise": [ |
| "~> 3.0" |
| ] |
| } |
| } |