[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 5 / FayeClientSwift / 1.0.0 / FayeClientSwift.podspec.json
blob17947c5260f6347b40f0d51062c150c7bfa1a478
2   "name": "FayeClientSwift",
3   "version": "1.0.0",
4   "summary": "A Faye Cilent in Swift for iOS and OSX.",
5   "description": "A Faye Cilent Library in Swift for the Faye (Bayeux) Pub-Sub messaging server.\nUse the library to communicate with a Faye Server (https://faye.jcoglan.com) implementation of the Bayeux protocol.\nWebsocket transport supported.",
6   "homepage": "https://github.com/Binlogo/FayeClientSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Binboy_王兴彬": "binboy@live.com"
13   },
14   "source": {
15     "git": "https://github.com/Binlogo/FayeClientSwift.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://weibo.com/binlogo",
19   "platforms": {
20     "osx": "10.10",
21     "ios": "8.0",
22     "tvos": "9.0"
23   },
24   "source_files": "FayeClientSwift/Classes/*.swift",
25   "dependencies": {
26     "Starscream": [
27       "~> 2.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"