[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 5 / NetUtils / 0.2.1 / NetUtils.podspec.json
blob5fe7cce410b1ebac1eebf7aa0c7170250940757d
2   "name": "NetUtils",
3   "version": "0.2.1",
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.1"
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   },
23   "prepare_command": "ruby modproj.rb"