[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / e / 4 / FayeSwift / 0.1.1 / FayeSwift.podspec.json
blobd4519c2f6a19ed1880132c7d5d4d48004740b46a
2   "name": "FayeSwift",
3   "version": "0.1.1",
4   "summary": "A pure Swift Faye (Bayeux) Client",
5   "description": "A Pure Swift Client Library for the Faye (Bayeux/Comet) Pub-Sub messaging server.\nThis client has been tested with the Faye (http://faye.jcoglan.com) implementation of the\nBayeux protocol. Currently only supports Websocket transport.",
6   "homepage": "https://github.com/hamin/FayeSwift",
7   "license": "MIT",
8   "authors": {
9     "Haris Amin": "aminharis7@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/hamin/FayeSwift.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/harisamin",
16   "requires_arc": true,
17   "platforms": {
18     "osx": "10.9",
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/*.swift",
23   "dependencies": {
24     "Starscream": [
25       "~> 1.1"
26     ],
27     "SwiftyJSON": [
28       "~> 2.3"
29     ]
30   }