blob: a5a0f275bc0b1a071aa97909701b379688c9b36b [file] [log] [blame]
{
"name": "FeathersSwiftSocketIO",
"version": "3.1.1",
"summary": "SocketIO provider for FeathersSwift",
"description": "SocketIO provider for FeathersSwift for making real-time connections to a\nFeathersJS backend.",
"homepage": "https://github.com/feathersjs/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/feathersjs/feathers-swift-socketio.git",
"tag": "3.1.1"
},
"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": [
"3.2.3"
],
"Feathers": [
"5.2.0"
],
"Socket.IO-Client-Swift": [
"10.2.0"
],
"ReactiveSwift": [
"1.1.3"
]
}
}
]
}