blob: b8a52058ffb3435cc426e82c6e82c8f19d7c9e71 [file] [log] [blame]
{
"name": "SsdpSdk",
"version": "0.1.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.1.0"
},
"swift_versions": "5",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"tvos": "11.0"
},
"source_files": [
"Sources/SSDP/**/*.{swift,h}",
"Sources/Socket/**/*.{m,h}"
],
"dependencies": {
"BlueSocket": [
]
},
"swift_version": "5"
}