| { |
| "name": "BDKAutomatic", |
| "version": "0.1.0", |
| "summary": "A framework for talking to the Automatic API.", |
| "homepage": "https://github.com/kreeger/BDKAutomatic", |
| "license": "MIT", |
| "authors": { |
| "Ben Kreeger": "ben@kree.gr" |
| }, |
| "source": { |
| "git": "https://github.com/kreeger/BDKAutomatic.git", |
| "tag": "v0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.8" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Adapter", |
| "source_files": "Classes/*.{h,m}", |
| "dependencies": { |
| "AFNetworking/Serialization": [ |
| ">= 2.0.0" |
| ], |
| "AFNetworking/NSURLSession": [ |
| ">= 2.0.0" |
| ] |
| } |
| }, |
| { |
| "name": "MKPolyline", |
| "source_files": "Classes/MapKit/*.{h,m}", |
| "frameworks": "MapKit" |
| } |
| ] |
| } |