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