[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 0.8.0 / SwiftPhoenixClient.podspec.json
blob931b2c9876f92c15fcaa75c902e836b920849f6a
2   "name": "SwiftPhoenixClient",
3   "version": "0.8.0",
4   "summary": "Connect your Phoenix and iOS applications through WebSockets!",
5   "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",
6   "homepage": "https://github.com/davidstump/SwiftPhoenixClient",
7   "license": "MIT",
8   "authors": {
9     "David Stump": "david@davidstump.net"
10   },
11   "source": {
12     "git": "https://github.com/davidstump/SwiftPhoenixClient.git",
13     "tag": "0.8.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/*.swift",
20   "dependencies": {
21     "Starscream": [
22       "~> 3.0.4"
23     ]
24   }