[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 5.2.0 / SwiftPhoenixClient.podspec.json
blobed2f03e9073d4778d9d1727a71f87895ad53e37c
2   "name": "SwiftPhoenixClient",
3   "version": "5.2.0",
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.0"
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"