Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.12 KB

File metadata and controls

27 lines (18 loc) · 1.12 KB

SwiftConfig

CI Status Version License Platform

SwiftConfig is simple, object-oriented wrapper for SystemConfiguration. Forget dealing with pointers, long function names without parameters, and countless type conversions: SwiftConfig provides a pure-Swift interface to almost all functions in the SystemConfiguration framework.

Requirements

  • macOS Sierra 10.12 or later

Installation

SwiftConfig is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftConfig'

Author

Jacob Greenfield, jacob@jacobgreenfield.me

License

SwiftConfig is available under the MIT license. See the LICENSE file for more info.