[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 9 / EventflitSwift / 0.1.0 / EventflitSwift.podspec.json
blob575877e443fc6b752d308b4c18ea1dbf65e79b12
2   "name": "EventflitSwift",
3   "version": "0.1.0",
4   "summary": "A Eventflit client library in Swift",
5   "homepage": "https://github.com/eventflit/eventflit-websocket-swift",
6   "license": "MIT",
7   "authors": {
8     "Hamilton Chapman": "hamchapman@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/eventflit/eventflit-websocket-swift.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/eventflit",
15   "requires_arc": true,
16   "source_files": "Sources/*.swift",
17   "dependencies": {
18     "CryptoSwift": [
19       "~> 0.9.0"
20     ],
21     "ReachabilitySwift": [
22       "~> 4.1.0"
23     ],
24     "TaskQueue": [
25       "~> 1.1.1"
26     ],
27     "StarscreamFork": [
28       "~> 3.0.6"
29     ]
30   },
31   "platforms": {
32     "ios": "8.0",
33     "osx": "10.10",
34     "tvos": "9.0"
35   }