[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 6.1.0 / PusherSwift.podspec.json
blob16e81c6ba52f5c697141845bb3dba97477f12f2b
2   "name": "PusherSwift",
3   "version": "6.1.0",
4   "summary": "A Pusher client library in Swift",
5   "homepage": "https://github.com/pusher/pusher-websocket-swift",
6   "license": "MIT",
7   "authors": {
8     "Hamilton Chapman": "hamchapman@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pusher/pusher-websocket-swift.git",
12     "tag": "6.1.0"
13   },
14   "social_media_url": "https://twitter.com/pusher",
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     "Starscream": [
28       "~> 3.0.5"
29     ]
30   },
31   "platforms": {
32     "ios": "8.0",
33     "osx": "10.10",
34     "tvos": "9.0"
35   }