blob: 2d85c6eaa901e6d7873bca48973f5c77c5db44c2 [file] [log] [blame]
{
"name": "NetUtils",
"version": "3.0.2",
"summary": "Swift library that simplifies getting information about your network interfaces and their properties, both for iOS and OS X.",
"homepage": "https://github.com/svdo/swift-netutils",
"documentation_url": "http://svdo.github.io/swift-netutils",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/svdo/swift-netutils.git",
"tag": "3.0.2"
},
"authors": "Stefan van den Oord",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "NetUtils/**/*.swift",
"requires_arc": true,
"xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/NetUtils/ifaddrs/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/NetUtils/ifaddrs/iphonesimulator",
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/NetUtils/ifaddrs/macosx"
},
"preserve_paths": [
"ifaddrs/*"
],
"prepare_command": "ifaddrs/injectXcodePath.sh",
"pushed_with_swift_version": "3.0"
}