| { |
| "name": "swift-zulip-api", |
| "version": "0.3.0", |
| "summary": "A library to access the Zulip API with Swift.", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Marco Burstein": "theskunkmb@gmail.com" |
| }, |
| "homepage": "https://github.com/skunkmb/swift-zulip-api", |
| "source_files": "sources/SwiftZulipAPI", |
| "source": { |
| "git": "https://github.com/skunkmb/swift-zulip-api.git", |
| "tag": "0.3.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7" |
| ] |
| } |
| } |