[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / c / e / f / SwiftIOKit / 0.1.0 / SwiftIOKit.podspec.json
blobd5bfe1ec9d032b6339bb0d2af00c5cb36d3b524d
2   "name": "SwiftIOKit",
3   "version": "0.1.0",
4   "summary": "Swift shallow wrapper of IOKit.",
5   "description": "Swift shallow wrapper of IOKit.\nApple starts to provide Swift API for their libraries, but it is slow and\nimperfect. These projects fill the gap.",
6   "homepage": "https://github.com/youknowone/SwiftUp",
7   "license": {
8     "type": "2-clause BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeong YunWon": "jeong@youknowone.org"
13   },
14   "source": {
15     "git": "https://github.com/youknowone/SwiftUp.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": "IOKit/SwiftIOKit/*.swift",
22   "frameworks": [
23     "Foundation",
24     "IOKit"
25   ],
26   "swift_versions": "5.0",
27   "swift_version": "5.0"