blob: 855ab372b1a1749c0d20cc5774280e49bd43b177 [file] [log] [blame]
{
"name": "CocoaUPnP",
"version": "0.1.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": "7.0"
},
"source": {
"git": "https://github.com/arcam/CocoaUPnP.git",
"tag": "0.1.3"
},
"source_files": [
"CocoaUPnP",
"CocoaUPnP/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4"
],
"Ono": [
"~> 1.2"
],
"AFNetworking": [
"~> 2.6"
],
"GCDWebServer": [
"~> 3.2"
]
}
}