blob: 732ef596d1a730728737de050934a781cd336912 [file] [log] [blame]
{
"name": "CocoaUPnPS",
"version": "1.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.\nCurrently it supports most of the methods required by the audio video device\ncontrol protocols.\nIt features a comprehensive suite of unit tests",
"homepage": "https://github.com/wangleeking/CocoaUPnP",
"license": "MIT",
"authors": {
"Paul Williamson": "PaulW@arcam.co.uk"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangleeking/CocoaUPnP.git",
"tag": "1.0.0"
},
"source_files": [
"CocoaUPnP",
"CocoaUPnP/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5"
],
"Ono": [
"~> 1.2"
],
"AFNetworking": [
"~> 3"
],
"GCDWebServer": [
"~> 3"
]
}
}