blob: dd43a741db8978abf4892ccb185929553c883bf6 [file] [log] [blame]
{
"name": "BlueSSLService",
"version": "1.0.4",
"summary": "SSL/TLS Add-in framework for BlueSocket in Swift",
"homepage": "https://github.com/IBM-Swift/BlueSSLService",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "SSLService",
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueSSLService.git",
"tag": "1.0.4"
},
"source_files": "Sources/SSLService/*.swift",
"dependencies": {
"BlueSocket": [
"~> 1.0.4"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0.3"
}
}