| { |
| "name": "CDYelpFusionKit", |
| "version": "1.0.0", |
| "summary": "An extensive Swift wrapper for the Yelp Fusion Developers V3 API.", |
| "description": "This Swift wrapper covers all possible network endpoints and responses for the Yelp Fusion Developers V3 API.", |
| "homepage": "https://github.com/chrisdhaan/CDYelpFusionKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Christopher de Haan": "contact@christopherdehaan.me" |
| }, |
| "source": { |
| "git": "https://github.com/chrisdhaan/CDYelpFusionKit.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/dehaan_solo", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/*.swift", |
| "frameworks": [ |
| "CoreLocation", |
| "MapKit" |
| ], |
| "dependencies": { |
| "AlamofireObjectMapper": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |