blob: 9e810b799f5be19f9e0e5b75e58b0cc4bd94dece [file] [log] [blame]
{
"name": "SwiftUp",
"version": "0.1.0",
"summary": "Swift shallow wrapper of Apple SDK.",
"description": "Swift shallow wrapper of Apple SDK.\nApple starts to provide Swift API for their libraries, but it is slow and\nimperfect. These projects fill the gap.",
"homepage": "https://github.com/youknowone/SwiftUp",
"license": {
"type": "2-clause BSD",
"file": "LICENSE"
},
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/SwiftUp.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"dependencies": {
"SwiftIOKit": [
"~> 0.1.0"
],
"SwiftCarbon": [
"~> 0.1.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}