[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 2 / 9 / GFayeSwift / 0.5.9 / GFayeSwift.podspec.json
blob7580175625a445e9764cda76abb11cc42b9e6a6f
2   "name": "GFayeSwift",
3   "version": "0.5.9",
4   "summary": "A pure Swift Faye (Bayeux/CometD) Client",
5   "description": "A Pure Swift Client Library for Faye/Bayeux/CometD Pub-Sub messaging server.\nCurrently only supports Websocket transport.\nPorted from FayeSwift (https://github.com/hamin/FayeSwift) into Swift 4 and Swift 5.",
6   "homepage": "https://github.com/ckpwong/GFayeSwift",
7   "license": "MIT",
8   "authors": {
9     "Haris Amin": "aminharis7@gmail.com",
10     "Cindy Wong": "ckpwong@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ckpwong/GFayeSwift.git",
14     "tag": "0.5.9"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "osx": "10.10",
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/GFayeSwift/*.swift",
23   "dependencies": {
24     "Starscream": [
25       "~> 3.1.0"
26     ],
27     "SwiftyJSON": [
28       "~> 5.0.0"
29     ]
30   },
31   "swift_versions": [
32     "4.0",
33     "4.2",
34     "5.0"
35   ],
36   "swift_version": "5.0"