blob: acacc6711d733d589d71eed64ee19801ca8fbc9e [file] [log] [blame]
{
"name": "UPnAtom",
"version": "0.0.1.beta.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An open source Universal Plug & Play library with a focus on media streaming coordination (UPnP A/V Profile).",
"homepage": "https://github.com/master-nevi/UPnAtom",
"authors": {
"David Robles": "master-nevi@users.noreply.github.com"
},
"source": {
"git": "https://github.com/master-nevi/UPnAtom.git",
"tag": "0.0.1.beta.2"
},
"source_files": "Source/**/*.{swift}",
"exclude_files": "Source/SSDP/UPNPXSSDPDiscoveryAdapter.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"CocoaSSDP": [
"~> 0.1.0"
],
"AFNetworking": [
"~> 2.5.0"
],
"Ono": [
"~> 1.2.0"
],
"GCDWebServer": [
"~> 3.2.2"
]
}
}