[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / f / CocoaUPnP / 1.0.0 / CocoaUPnP.podspec.json
blobf3b23c03d830ffd392045d29bb0d2ae16057e552
2   "name": "CocoaUPnP",
3   "version": "1.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": "1.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.5"
29     ],
30     "Ono": [
31       "~> 1.2"
32     ],
33     "AFNetworking": [
34       "~> 3"
35     ],
36     "GCDWebServer": [
37       "~> 3"
38     ]
39   }