| { |
| "name": "YelpAPISwift", |
| "version": "0.1.0", |
| "summary": "Yelp API in Swift.", |
| "homepage": "https://github.com/zhxnlai/YelpAPI", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Zhixuan Lai": "zhxnlai@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zhxnlai/YelpAPI.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "Source/Base/*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "Argo": [ |
| "~> 3.0.1" |
| ], |
| "AsyncTask": [ |
| "~> 0.1.3" |
| ], |
| "Curry": [ |
| "~> 2.3.1" |
| ], |
| "OAuthSwift": [ |
| "~> 0.5.2" |
| ] |
| } |
| } |