blob: 7c927a3de9f9cd6ca7e3330c145ec3ba2db651a3 [file] [log] [blame]
{
"name": "SwiftCarbon",
"version": "0.1.0",
"summary": "Swift shallow wrapper of Carbon.",
"description": "Swift shallow wrapper of Carbon.\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"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "HIToolbox",
"source_files": "Carbon/HIToolbox/*.swift",
"frameworks": "Carbon"
},
{
"name": "SwiftCarbon",
"dependencies": {
"SwiftCarbon/HIToolbox": [
]
}
}
]
}