blob: 691bb5a8bf6fd3c516cfc45c2e5e9f72beb56061 [file] [log] [blame]
{
"name": "CocoaUPnP",
"version": "2.0.3",
"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.3"
},
"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/NSURLSession": [
"3.2.1"
],
"AFNetworking/Reachability": [
"3.2.1"
],
"AFNetworking/Security": [
"3.2.1"
],
"AFNetworking/Serialization": [
"3.2.1"
],
"GCDWebServer": [
"~> 3.5.2"
]
}
}