[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 8.0.0 / PusherSwift.podspec.json
blob9b60593d91395939d56b4ce7781f646631b20619
2   "name": "PusherSwift",
3   "version": "8.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     "Pusher Limited": "support@pusher.com"
9   },
10   "source": {
11     "git": "https://github.com/pusher/pusher-websocket-swift.git",
12     "tag": "8.0.0"
13   },
14   "social_media_url": "https://twitter.com/pusher",
15   "swift_versions": "5.0",
16   "requires_arc": true,
17   "source_files": [
18     "Sources/*.swift",
19     "Sources/PusherSwift-Only/*.swift"
20   ],
21   "dependencies": {
22     "ReachabilitySwift": [
23       "~> 5.0"
24     ],
25     "Starscream": [
26       "~> 3.1"
27     ]
28   },
29   "platforms": {
30     "ios": "8.0",
31     "osx": "10.11",
32     "tvos": "9.0"
33   },
34   "swift_version": "5.0"