| { |
| "name": "FeathersSwiftSocketIO", |
| "version": "3.1.0", |
| "summary": "SocketIO provider for FeathersSwift", |
| "description": "SocketIO provider for FeathersSwift for making real-time connections to a\nFeathersJS backend.", |
| "homepage": "https://github.com/startupthekid/feathers-swift-socketio", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "startupthekid", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/startupthekid/feathers-swift-socketio.git", |
| "tag": "3.1.0" |
| }, |
| "default_subspecs": "Core", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings" |
| }, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "FeathersSwiftSocketIO/Core/*.{swift}", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "Result": [ |
| |
| ], |
| "Feathers": [ |
| |
| ], |
| "Socket.IO-Client-Swift": [ |
| |
| ], |
| "ReactiveSwift": [ |
| |
| ] |
| } |
| } |
| ] |
| } |