[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 0 / 7 / SwiftConfig / 1.0.2 / SwiftConfig.podspec.json
blob65ba6d8e5c070947e12210d631a407c49d4025e3
2   "name": "SwiftConfig",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "osx": "10.12"
20   },
21   "swift_version": "4.1",
22   "source_files": "SwiftConfig/Classes/**/*"