[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / a / 5 / upnpx / 1.3.1 / upnpx.podspec.json
blob05779fd7fd1cfe018547e7596049986cc424bbdf
2   "name": "upnpx",
3   "version": "1.3.1",
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.1"
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   },
23   "osx": {
24     "source_files": [
25       "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
26       "src/port/macos/*.{h,m}"
27     ]
28   },
29   "libraries": "stdc++",
30   "xcconfig": {
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
32     "CLANG_CXX_LIBRARY": "libstdc++",
33     "OTHER_LDFLAGS": "-weak_library /usr/lib/libstdc++.dylib"
34   },
35   "requires_arc": false