[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 1.0.0 / SwiftPhoenixClient.podspec.json
blob6623c8df982d3efb01e193a5fcb89b5f66157d39
2   "name": "SwiftPhoenixClient",
3   "version": "1.0.0",
4   "summary": "Connect your Phoenix and iOS applications through WebSockets!",
5   "swift_version": "4.2",
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.0.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "Starscream": [
23       "~> 3.0.6"
24     ]
25   }