[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / e / LaravelEchoIOS / 0.0.3 / LaravelEchoIOS.podspec.json
blob776c96b15da9eec5544629804109465df64de30b
2   "name": "LaravelEchoIOS",
3   "version": "0.0.3",
4   "summary": "A wrapper for Laravel Echo in Swift",
5   "description": "A wrapper for Laravel Echo with Socket.io in Swift by bubbleflat.com",
6   "homepage": "https://github.com/val-bubbleflat/laravel-echo-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Valentin Vivies": "valentin@bubbleflat.com",
13     "bubbleflat": "contact@bubbleflat.com"
14   },
15   "source": {
16     "git": "https://github.com/val-bubbleflat/laravel-echo-ios.git",
17     "tag": "0.0.3"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "LaravelEchoIOS/*.swift",
24     "LaravelEchoIOS/**/*.swift"
25   ],
26   "exclude_files": "",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.0"
29   },
30   "pushed_with_swift_version": "4.0",
31   "subspecs": [
32     {
33       "name": "Socket.IO-Client-Swift",
34       "dependencies": {
35         "Socket.IO-Client-Swift": [
37         ]
38       }
39     }
40   ]