blob: cbc4665929061bd9d04480ffb44d5acc84af5d9d [file] [log] [blame]
{
"name": "SwiftConfig",
"version": "1.2.1",
"summary": "A simple, object-oriented wrapper for SystemConfiguration.",
"description": "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.",
"homepage": "https://github.com/Coder-256/SwiftConfig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jacob Greenfield": "jacob@jacobgreenfield.me"
},
"source": {
"git": "https://github.com/Coder-256/SwiftConfig.git",
"tag": "1.2.1"
},
"platforms": {
"osx": "10.12"
},
"swift_version": "4.2",
"source_files": "SwiftConfig/Classes/**/*"
}