[Add] RSKCollectionViewRetractableFirstItemLayout 3.0.0
[CocoaPods.git] / Specs / 2 / a / 5 / upnpx / 1.4.0 / upnpx.podspec.json
blob912a3936d65dbe11d28991093ad2e3c65dbea95c
2   "name": "upnpx",
3   "version": "1.4.0",
4   "license": "BSD",
5   "platforms": {
6     "ios": "6.1",
7     "osx": "10.7",
8     "tvos": "9.0"
9   },
10   "summary": "Open Source Mac OS X / iOS Cocoa UPnP Stack.",
11   "homepage": "https://github.com/fkuehne/upnpx",
12   "authors": {
13     "Felix Paul Kühne": "fkuehne@videolan.org",
14     "Bruno Keymolen": "bruno.keymolen@gmail.com",
15     "Paul Williamson": "squarefrog@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/fkuehne/upnpx.git",
19     "tag": "1.4.0"
20   },
21   "description": "Static OS X & iOS UPnP library written in Cocoa (UPnP) and C++ (SSDP).The Current implementation has support for control point/client only.",
22   "ios": {
23     "source_files": [
24       "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
25       "src/port/ios/*.{h,m}"
26     ],
27     "public_header_files": [
28       "src/api/*.h",
29       "src/port/ios/*.h"
30     ]
31   },
32   "tvos": {
33     "source_files": [
34       "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
35       "src/port/ios/*.{h,m}"
36     ],
37     "public_header_files": [
38       "src/api/*.h",
39       "src/port/ios/*.h"
40     ]
41   },
42   "osx": {
43     "source_files": [
44       "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
45       "src/port/macos/*.{h,m}"
46     ],
47     "public_header_files": [
48       "src/api/*.h",
49       "src/port/macos/*.h"
50     ]
51   },
52   "libraries": "c++",
53   "xcconfig": {
54     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
55     "CLANG_CXX_LIBRARY": "libc++"
56   },
57   "requires_arc": false