[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / f / zulip-swift / 0.1.2 / zulip-swift.podspec.json
blobaa3f099cd0a102d61e63f1c19884bed6c9c95daa
2   "name": "zulip-swift",
3   "version": "0.1.2",
4   "summary": "A library to access the Zulip API with Swift.",
5   "license": {
6     "type": "MIT"
7   },
8   "authors": {
9     "Marco Burstein": "theskunkmb@gmail.com"
10   },
11   "homepage": "https://github.com/skunkmb/zulip-swift",
12   "source_files": "sources/ZulipSwift",
13   "source": {
14     "git": "https://github.com/skunkmb/zulip-swift.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7"
26     ]
27   },
28   "deprecated_in_favor_of": "swift-zulip-api"