blob: d8e6a2f7dbb5903dddb52e8b27fd96ccef807dd9 [file] [log] [blame]
{
"name": "BlueSSLService",
"version": "1.0.50",
"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.12",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueSSLService.git",
"tag": "1.0.50"
},
"source_files": "Sources/SSLService/*.swift",
"dependencies": {
"BlueSocket": [
"~> 1.0.50"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}