[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 0.9.0 / SwiftPhoenixClient.podspec.json
blob33df93ecb456088b6a2b79e2a6d04197cd4af437
2   "name": "SwiftPhoenixClient",
3   "version": "0.9.0",
4   "summary": "Connect your Phoenix and iOS applications through WebSockets!",
5   "swift_version": "4.1",
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": "0.9.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.5"
24     ]
25   }