blob: febd1b0287393c878d7f9aad0caaf4d6b4d039be [file] [log] [blame]
{
"name": "UPnAtom",
"version": "0.0.1.beta.1",
"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.1"
},
"source_files": "Source/**/*.{swift,h,m}",
"exclude_files": "Source/SSDP/UPNPXSSDPDiscoveryAdapter.swift",
"private_header_files": "Source/Obj-C Tools/*.h",
"resources": "Source/*.modulemap",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "\"../../../Source\" \"UPnAtom/Source\""
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"CocoaSSDP": [
"~> 0.1.0"
],
"AFNetworking": [
"~> 2.5.0"
],
"CocoaHTTPServer": [
"~> 2.3"
],
"Ono": [
"~> 1.2.0"
],
"CocoaLumberjack": [
"~> 2.0.0-rc2"
]
}
}