blob: 07ba7797280004f325561fec454603110fd5f92c [file] [log] [blame]
{
"name": "UPnAtom",
"version": "0.0.1.beta.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An open source Universal Plug and Play library with a focus on media streaming coordination using the 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.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Source/**/*.swift",
"exclude_files": "Source/CocoaSSDP Support/*.swift",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.1"
],
"AFNetworking": [
"~> 2.5.0"
],
"Ono": [
"~> 1.2.0"
],
"GCDWebServer": [
"~> 3.2.2"
]
}
}