[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 5 / NetUtils / 0.2 / NetUtils.podspec.json
blob0144aef0a15e3059e6e7c216083248c0da936be1
2   "name": "NetUtils",
3   "version": "0.2",
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",
6   "license": {
7     "type": "The Unlicense <http://unlicense.org>"
8   },
9   "source": {
10     "git": "https://github.com/svdo/swift-netutils.git",
11     "tag": "0.2"
12   },
13   "authors": "Stefan van den Oord",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": "NetUtils/**/*.swift",
19   "requires_arc": true,
20   "xcconfig": {
21     "SWIFT_INCLUDE_PATHS": "/tmp/swift-netutils-ifaddrs"
22   }