| { |
| "name": "CDYelpFusionKit", |
| "version": "2.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "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", |
| "authors": { |
| "Christopher de Haan": "contact@christopherdehaan.me" |
| }, |
| "source": { |
| "git": "https://github.com/chrisdhaan/CDYelpFusionKit.git", |
| "tag": "2.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source_files": "Source/*.swift", |
| "resources": [ |
| "Resources/*.xcassets" |
| ], |
| "dependencies": { |
| "Alamofire": [ |
| "5.0.5" |
| ], |
| "ObjectMapper": [ |
| "4.0.0" |
| ] |
| }, |
| "swift_version": "5.1" |
| } |