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",
7 "type": "The Unlicense <http://unlicense.org>"
10 "git": "https://github.com/svdo/swift-netutils.git",
13 "authors": "Stefan van den Oord",
18 "source_files": "NetUtils/**/*.swift",
21 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/NetUtils/ifaddrs/iphoneos",
22 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/NetUtils/ifaddrs/iphonesimulator",
23 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/NetUtils/ifaddrs/macosx"
28 "prepare_command": "ifaddrs/injectXcodePath.sh"