[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 2 / a / 5 / upnpx / 1.3.2 / upnpx.podspec.json
blobb940d62d63c547514b08e50fa095089dc3ca6483
2   "name": "upnpx",
3   "version": "1.3.2",
4   "license": "BSD",
5   "summary": "Open Source Mac OS X / iOS Cocoa UPnP Stack.",
6   "homepage": "https://github.com/fkuehne/upnpx",
7   "authors": {
8     "Felix Paul Kühne": "fkuehne@videolan.org",
9     "Bruno Keymolen": "bruno.keymolen@gmail.com",
10     "Paul Williamson": "squarefrog@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/fkuehne/upnpx.git",
14     "tag": "1.3.2"
15   },
16   "description": "Static OS X & iOS UPnP library written in Cocoa (UPnP) and C++ (SSDP).The Current implementation has support for control point/client only.",
17   "ios": {
18     "source_files": [
19       "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
20       "src/port/ios/*.{h,m}"
21     ],
22     "public_header_files": [
23       "src/api/*.h",
24       "src/port/ios/*.h"
25     ]
26   },
27   "osx": {
28     "source_files": [
29       "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
30       "src/port/macos/*.{h,m}"
31     ],
32     "public_header_files": [
33       "src/api/*.h",
34       "src/port/macos/*.h"
35     ]
36   },
37   "libraries": "stdc++",
38   "xcconfig": {
39     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
40     "CLANG_CXX_LIBRARY": "libstdc++",
41     "OTHER_LDFLAGS": "-weak_library /usr/lib/libstdc++.dylib"
42   },
43   "requires_arc": false