blob: 588f8d12e0293c7dacf65f9513ac2922497fd95b [file] [log] [blame]
{
"name": "SsdpSdk",
"version": "0.4.0",
"summary": "SSDP for iOS & tvOS.",
"description": "Simple implementation of advertising and device discovery over SSDP.",
"homepage": "https://github.com/andersonlucasg3/ssdp-swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anderson Lucas C. Ramos": "andersonlucasg3@hotmail.com"
},
"source": {
"git": "https://github.com/andersonlucasg3/ssdp-swift-sdk.git",
"tag": "0.4.0"
},
"swift_versions": "5",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"tvos": "11.0"
},
"source_files": "Sources/SsdpSdk/**/*.{swift,h}",
"dependencies": {
"BlueSocket": [
]
},
"swift_version": "5"
}