blob: ec2851a5089cc8aa944a11042b71fe0a64e18147 [file] [log] [blame]
{
"name": "CocoaUPnP",
"version": "2.0.1",
"summary": "A modern and well tested UPnP library which feature asynchronous network calls.",
"description": "CocoaUPnP is a logical progression of [upnpx](https://github.com/fkuehne/upnpx)\n- designed to be easy, modern and block-based.\n\nCurrently it supports most of the methods required by the audio video device\ncontrol protocols.\n\nIt features a comprehensive suite of unit tests",
"homepage": "https://github.com/arcam/CocoaUPnP",
"license": "MIT",
"authors": {
"Paul Williamson": "PaulW@arcam.co.uk"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/arcam/CocoaUPnP.git",
"tag": "2.0.1"
},
"source_files": [
"CocoaUPnP",
"CocoaUPnP/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
],
"Ono": [
"~> 2.1.1"
],
"AFNetworking": [
"~> 3.2.1"
],
"GCDWebServer": [
"~> 3.5.2"
]
}
}