[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / 1 / ActionCableClient / 0.2.1 / ActionCableClient.podspec.json
blob42b07a2a775a52f119d24738df2b0e42fe103401
2   "name": "ActionCableClient",
3   "version": "0.2.1",
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.2.1"
14   },
15   "social_media_url": "https://twitter.com/danielrhodes",
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "3.0"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Source/Classes/**/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "Starscream": [
28       "~> 2.0.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"