[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 1.1.1 / SwiftPhoenixClient.podspec.json
blob99b4f8122e9e1b9d260c8e2db27ea4ac1cea34a1
2   "name": "SwiftPhoenixClient",
3   "version": "1.1.1",
4   "summary": "Connect your Phoenix and iOS applications through WebSockets!",
5   "swift_versions": "5.0",
6   "description": "This is the SwiftPhoenixClient, an iOS libaray that works with the\nPhoenix Framework's channels. The Phoenix Framework only ships with a\nJavascript client. Use this library to talk to your Phoenix app from\nyour iOS project. Check out the included chat client example, which\nworks with the Phoenix chat server example:\nhttps://github.com/chrismccord/phoenix_chat_example\n\nThis library implements Phoenix Channels on iOS. For more information\non Phoenix Channels check out the guide:\nhttp://www.phoenixframework.org/docs/channels",
7   "homepage": "https://github.com/davidstump/SwiftPhoenixClient",
8   "license": "MIT",
9   "authors": {
10     "David Stump": "david@davidstump.net"
11   },
12   "source": {
13     "git": "https://github.com/davidstump/SwiftPhoenixClient.git",
14     "tag": "1.1.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "Starscream": [
23       "~> 3.1.0"
24     ]
25   },
26   "swift_version": "5.0"