[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / d / 9 / Faye / 1.1.3 / Faye.podspec.json
bloba7b42761b2b52bf65cce440fc057e6a94d2c9be9
2   "name": "Faye",
3   "version": "1.1.3",
4   "summary": "Faye Swift Client for GetStream",
5   "homepage": "https://github.com/GetStream/stream-swift",
6   "license": {
7     "type": "BSD-3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alexey Bukhtin": "alexey@getstream.io"
12   },
13   "swift_version": "4.2",
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/GetStream/stream-swift.git",
22     "tag": "1.1.3"
23   },
24   "source_files": "Faye/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "Starscream": [
28       "~> 3.0"
29     ]
30   }