5 "summary": "Open Source Mac OS X / iOS Cocoa UPnP Stack.",
6 "homepage": "https://github.com/fkuehne/upnpx",
8 "Felix Paul Kühne": "fkuehne@videolan.org",
9 "Bruno Keymolen": "bruno.keymolen@gmail.com",
10 "Paul Williamson": "squarefrog@gmail.com"
13 "git": "https://github.com/fkuehne/upnpx.git",
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.",
19 "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
20 "src/port/ios/*.{h,m}"
22 "public_header_files": [
29 "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
30 "src/port/macos/*.{h,m}"
32 "public_header_files": [
37 "libraries": "stdc++",
39 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
40 "CLANG_CXX_LIBRARY": "libstdc++",
41 "OTHER_LDFLAGS": "-weak_library /usr/lib/libstdc++.dylib"