[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / f / CocoaUPnP / 3.0.0 / CocoaUPnP.podspec.json
blob72b2ee94fe5a2ccaf58ae36ac268a353ecae1481
2   "name": "CocoaUPnP",
3   "version": "3.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": "9.0",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/arcam/CocoaUPnP.git",
17     "tag": "3.0.0"
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"
30     ],
31     "Ono": [
32       "~> 2"
33     ],
34     "AFNetworking/NSURLSession": [
35       "~> 4"
36     ],
37     "AFNetworking/Reachability": [
38       "~> 4"
39     ],
40     "AFNetworking/Security": [
41       "~> 4"
42     ],
43     "AFNetworking/Serialization": [
44       "~> 4"
45     ],
46     "GCDWebServer": [
47       "~> 3"
48     ]
49   }