[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / f / CocoaUPnP / 2.0.0 / CocoaUPnP.podspec.json
blob15f575b8d2571ce4e8390e30d75565db2a453036
2   "name": "CocoaUPnP",
3   "version": "2.0.0",
4   "summary": "A modern and well tested UPnP library which feature asynchronous network calls.",
5   "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",
6   "homepage": "https://github.com/arcam/CocoaUPnP",
7   "license": "MIT",
8   "authors": {
9     "Paul Williamson": "PaulW@arcam.co.uk"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/arcam/CocoaUPnP.git",
16     "tag": "2.0.0"
17   },
18   "source_files": [
19     "CocoaUPnP",
20     "CocoaUPnP/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "dependencies": {
27     "CocoaAsyncSocket": [
28       "~> 7"
29     ],
30     "Ono": [
31       "~> 2"
32     ],
33     "AFNetworking": [
34       "~> 3"
35     ],
36     "GCDWebServer": [
37       "~> 3"
38     ]
39   }