[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 7.0.0 / PusherSwift.podspec.json
blob5288f9a5b2eac40eb6acba98b9aaf6fcce96157f
2   "name": "PusherSwift",
3   "version": "7.0.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": "7.0.0"
13   },
14   "social_media_url": "https://twitter.com/pusher",
15   "swift_version": "4.2",
16   "requires_arc": true,
17   "source_files": "Sources/*.swift",
18   "dependencies": {
19     "CryptoSwift": [
20       "~> 0.9"
21     ],
22     "ReachabilitySwift": [
23       "4.3.0"
24     ],
25     "Starscream": [
26       "~> 3.0.5"
27     ]
28   },
29   "platforms": {
30     "ios": "8.0",
31     "osx": "10.10",
32     "tvos": "9.0"
33   }