blob: 0775d18dda68726cade2eb8e095e9d71a761f38c [file] [log] [blame]
{
"name": "BlueSocket",
"version": "1.0.39",
"summary": "Socket framework for Swift using the Swift Package Manager",
"homepage": "https://github.com/IBM-Swift/BlueSocket",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "Socket",
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueSocket.git",
"tag": "1.0.39"
},
"source_files": "Sources/Socket/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}