[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 7 / SwiftConfig / 1.0.6 / SwiftConfig.podspec.json
blobcfb4ccad4347ad3ecb8871e0a8e61f9802cd2aa2
2   "name": "SwiftConfig",
3   "version": "1.0.6",
4   "summary": "A simple, object-oriented wrapper for SystemConfiguration.",
5   "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.",
6   "homepage": "https://github.com/Coder-256/SwiftConfig",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jacob Greenfield": "jacob@jacobgreenfield.me"
13   },
14   "source": {
15     "git": "https://github.com/Coder-256/SwiftConfig.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "osx": "10.12"
20   },
21   "swift_version": "4.1",
22   "source_files": "SwiftConfig/Classes/**/*"