[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 2.1.1 / SwiftPhoenixClient.podspec.json
blobfeb58d5c2acdd037a3e50bd8b5a8ff3ea05a2a43
2   "name": "SwiftPhoenixClient",
3   "version": "2.1.1",
4   "summary": "Connect your Phoenix and iOS applications through WebSockets!",
5   "swift_versions": "5.0",
6   "description": "SwiftPhoenixClient is a Swift port of phoenix.js, abstracting away the details\nof the Phoenix Channels library and providing a near identical experience\nto connect to your Phoenix WebSockets on iOS.\n\nRxSwift extensions exist as well when subscribing to channel events.\n\nA default Transport layer is implmenented for iOS 13 or later. If targeting\nan earlier iOS version, please see the StarscreamSwiftPhoenixClient extention.",
7   "homepage": "https://github.com/davidstump/SwiftPhoenixClient",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "David Stump": "david@davidstump.net"
14   },
15   "source": {
16     "git": "https://github.com/davidstump/SwiftPhoenixClient.git",
17     "tag": "2.1.1"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/SwiftPhoenixClient/",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "RxSwift",
34       "source_files": "Sources/RxSwiftPhoenixClient/",
35       "dependencies": {
36         "SwiftPhoenixClient/Core": [
38         ],
39         "RxSwift": [
40           "~> 5.0"
41         ]
42       }
43     },
44     {
45       "name": "Starscream",
46       "source_files": "Sources/StarscreamSwiftPhoenixClient/",
47       "dependencies": {
48         "SwiftPhoenixClient/Core": [
50         ],
51         "Starscream": [
52           "~> 3.1"
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"