[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 5.2.2 / SwiftPhoenixClient.podspec.json
blobffb99beac1ae34082ab5a8e11f035f6409002ee8
2   "name": "SwiftPhoenixClient",
3   "version": "5.2.2",
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": "5.2.2"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "Sources/SwiftPhoenixClient/",
26   "swift_version": "5.0"