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}"
25 "src/{api,common,eventserver,ssdp,upnp}/*.{h,m,mm,c,cpp}",
26 "src/port/macos/*.{h,m}"
29 "libraries": "stdc++",
31 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
32 "CLANG_CXX_LIBRARY": "libstdc++",
33 "OTHER_LDFLAGS": "-weak_library /usr/lib/libstdc++.dylib"