[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 9.0.0 / PusherSwift.podspec.json
blob8ae48f65d2dc9b6b20a5b2332ba4c3106274a75b
2   "name": "PusherSwift",
3   "version": "9.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": "9.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   ],
20   "exclude_files": [
21     "Sources/PusherSwiftWithEncryption-Only/**/*.swift"
22   ],
23   "dependencies": {
24     "ReachabilitySwift": [
25       "~> 5.0"
26     ]
27   },
28   "platforms": {
29     "ios": "13.0",
30     "osx": "10.15",
31     "tvos": "13.0"
32   },
33   "swift_version": "5.0"