blob: 72b2ee94fe5a2ccaf58ae36ac268a353ecae1481 [file] [log] [blame]
{
"name": "CocoaUPnP",
"version": "3.0.0",
"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": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/arcam/CocoaUPnP.git",
"tag": "3.0.0"
},
"source_files": [
"CocoaUPnP",
"CocoaUPnP/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7"
],
"Ono": [
"~> 2"
],
"AFNetworking/NSURLSession": [
"~> 4"
],
"AFNetworking/Reachability": [
"~> 4"
],
"AFNetworking/Security": [
"~> 4"
],
"AFNetworking/Serialization": [
"~> 4"
],
"GCDWebServer": [
"~> 3"
]
}
}