[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / b / FeathersSwiftSocketIO / 1.0.0 / FeathersSwiftSocketIO.podspec.json
blobbe9ae66695066ba63ae801a56e8239ec0b285763
2   "name": "FeathersSwiftSocketIO",
3   "version": "1.0.0",
4   "summary": "SocketIO provider for FeathersSwift",
5   "description": "SocketIO provider for FeathersSwift for making real-time connections to a\nFeathersJS backend.",
6   "homepage": "https://github.com/startupthekid/feathers-swift-socketio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "startupthekid",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/startupthekid/feathers-swift-socketio.git",
19     "tag": "1.0.0"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
24   },
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "FeathersSwiftSocketIO/Core/*.{swift}",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "Result": [
34         ],
35         "Feathers": [
37         ],
38         "Socket.IO-Client-Swift": [
40         ]
41       }
42     }
43   ]