[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 1 / 9 / 5 / NetUtils / 3.0.1 / NetUtils.podspec.json
blobefbc31f2aec3ee611a263afa9312b966258ce11d
2   "name": "NetUtils",
3   "version": "3.0.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": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "source": {
11     "git": "https://github.com/svdo/swift-netutils.git",
12     "tag": "3.0.1"
13   },
14   "authors": "Stefan van den Oord",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source_files": "NetUtils/**/*.swift",
20   "requires_arc": true,
21   "xcconfig": {
22     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/NetUtils/ifaddrs/iphoneos",
23     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/NetUtils/ifaddrs/iphonesimulator",
24     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/NetUtils/ifaddrs/macosx"
25   },
26   "preserve_paths": [
27     "ifaddrs/*"
28   ],
29   "prepare_command": "ifaddrs/injectXcodePath.sh",
30   "pushed_with_swift_version": "3.0\n"