4 "summary": "Swift library that simplifies getting information about your network interfaces and their properties, both for iOS and OS X.",
5 "homepage": "https://github.com/svdo/swift-netutils",
11 "git": "https://github.com/svdo/swift-netutils.git",
14 "authors": "Stefan van den Oord",
19 "source_files": "NetUtils/**/*.swift",
22 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/NetUtils/ifaddrs/iphoneos",
23 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/NetUtils/ifaddrs/iphonesimulator",
24 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/NetUtils/ifaddrs/macosx"
29 "prepare_command": "ifaddrs/injectXcodePath.sh"