[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / CocoaUPnPS / 1.2.0 / CocoaUPnPS.podspec.json
blob95a21d8874d072acfbc9dfa43edbfabd791ace87
2   "name": "CocoaUPnPS",
3   "version": "1.2.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.\nCurrently it supports most of the methods required by the audio video device\ncontrol protocols.\nIt features a comprehensive suite of unit tests",
6   "homepage": "https://github.com/wangleeking/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/wangleeking/CocoaUPnP.git",
16     "tag": "1.2.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   }