[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 3 / 8 / f / CocoaUPnP / 2.0.3 / CocoaUPnP.podspec.json
blob691bb5a8bf6fd3c516cfc45c2e5e9f72beb56061
2   "name": "CocoaUPnP",
3   "version": "2.0.3",
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     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/arcam/CocoaUPnP.git",
17     "tag": "2.0.3"
18   },
19   "source_files": [
20     "CocoaUPnP",
21     "CocoaUPnP/**/*.{h,m}"
22   ],
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "dependencies": {
28     "CocoaAsyncSocket": [
29       "~> 7.6.3"
30     ],
31     "Ono": [
32       "~> 2.1.1"
33     ],
34     "AFNetworking/NSURLSession": [
35       "3.2.1"
36     ],
37     "AFNetworking/Reachability": [
38       "3.2.1"
39     ],
40     "AFNetworking/Security": [
41       "3.2.1"
42     ],
43     "AFNetworking/Serialization": [
44       "3.2.1"
45     ],
46     "GCDWebServer": [
47       "~> 3.5.2"
48     ]
49   }