[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / 9 / 1 / ActionCableClient / 0.1.5 / ActionCableClient.podspec.json
blobbe759f8d69e2c8a71306ead93e5823954f4bd23b
2   "name": "ActionCableClient",
3   "version": "0.1.5",
4   "summary": "A Swift client for the Rails ActionCable WebSocket server.",
5   "description": "ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.",
6   "homepage": "https://github.com/danielrhodes/Swift-ActionCableClient",
7   "license": "MIT",
8   "authors": {
9     "Daniel Rhodes": "rhodes.daniel@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/danielrhodes/Swift-ActionCableClient.git",
13     "tag": "0.1.5"
14   },
15   "social_media_url": "https://twitter.com/danielrhodes",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": "Foundation",
22   "dependencies": {
23     "Starscream": [
24       "~> 1.1.3"
25     ]
26   }