| { |
| "name": "CDYelpFusionKit", |
| "version": "1.4.0", |
| "summary": "An extensive Swift wrapper for the Yelp Fusion API.", |
| "description": "This Swift wrapper covers all possible network endpoints and responses for the Yelp Fusion 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.4.0" |
| }, |
| "social_media_url": "https://twitter.com/dehaan_solo", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "Source/*.swift", |
| "resources": [ |
| "Resources/*.xcassets" |
| ], |
| "dependencies": { |
| "AlamofireObjectMapper": [ |
| "5.0.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.2" |
| } |