[Add] MentaMeishuAdapter 6.00.24
[CocoaPods.git] / Specs / 3 / e / 0 / LaravelEchoIOSAM / 0.0.4 / LaravelEchoIOSAM.podspec.json
blob73b5e0fefbde2891eba4bed14782eec78b6303ab
2   "name": "LaravelEchoIOSAM",
3   "version": "0.0.4",
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/amarunko/laravel-echo-ios.git",
17     "tag": "0.0.4"
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": "5.0"
29   },
30   "subspecs": [
31     {
32       "name": "Socket.IO-Client-Swift",
33       "dependencies": {
34         "Socket.IO-Client-Swift": [
36         ]
37       }
38     }
39   ]