blob: 5fe7cce410b1ebac1eebf7aa0c7170250940757d [file] [log] [blame]
{
"name": "NetUtils",
"version": "0.2.1",
"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",
"license": {
"type": "The Unlicense <http://unlicense.org>"
},
"source": {
"git": "https://github.com/svdo/swift-netutils.git",
"tag": "0.2.1"
},
"authors": "Stefan van den Oord",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "NetUtils/**/*.swift",
"requires_arc": true,
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "/tmp/swift-netutils-ifaddrs"
},
"prepare_command": "ruby modproj.rb"
}