blob: 2a4752e6428e3f9754ce53a0bf1fcec1598b6f62 [file] [log] [blame]
{
"name": "StarscreamSocketIO",
"version": "8.0.3",
"summary": "A fork of a conforming WebSocket RFC 6455 client library in Swift for iOS and OSX.",
"homepage": "https://github.com/nuclearace/Starscream",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "http://daltoniam.com",
"Austin Cherry": "http://austincherry.me"
},
"source": {
"git": "https://github.com/nuclearace/Starscream.git",
"tag": "8.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"libraries": "z",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/StarscreamSocketIO/zlib",
"SWIFT_VERSION": "3.1"
},
"preserve_paths": "zlib/*",
"pushed_with_swift_version": "3.1"
}