[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / a / f / ActionCableSwift / 0.1.3 / ActionCableSwift.podspec.json
blobcf54ca2d7e97a99b70ddff100fb42e7897c84eae
2   "name": "ActionCableSwift",
3   "module_name": "ActionCableSwift",
4   "version": "0.1.3",
5   "summary": "🏰 Action Cable Swift is a client library being released for Action Cable Rails 5 which makes it easy to add real-time features to your app.",
6   "swift_versions": "5.1",
7   "description": "This Swift client inspired by \"Swift-ActionCableClient\", but it not support now and I created Action-Cable-Swift. Also web sockets client are now separate from this client.",
8   "homepage": "https://github.com/nerzh/Action-Cable-Swift",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oleh Hudeichuk": "emptystamp@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/nerzh/Action-Cable-Swift.git",
18     "tag": "0.1.3"
19   },
20   "social_media_url": "https://www.linkedin.com/in/oleh-gudeychuk-428389ab",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "SwiftExtensionsPack": [
28       "~> 0.2.9"
29     ]
30   },
31   "swift_version": "5.1"