[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 3 / e / 0 / LaravelEchoIOSAM / 0.0.5 / LaravelEchoIOSAM.podspec.json
blob30f672c83016022a12b3a69488a45155bc1f3e8a
2   "name": "LaravelEchoIOSAM",
3   "version": "0.0.5",
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.5"
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": [
35           "~> 15.1.0"
36         ]
37       }
38     }
39   ]