[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 2 / 9 / GFayeSwift / 0.5.1 / GFayeSwift.podspec.json
blob6b94c9ec5b57db53ec6ead904e61083f020245dc
2   "name": "GFayeSwift",
3   "version": "0.5.1",
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.2.",
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.1"
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     "5.0"
36   ],
37   "swift_version": "5.0"