blob: 5506cdeb66e6393cceb90258e7a9a2bf294b47f8 [file] [log] [blame]
{
"name": "Degu",
"version": "0.1.0",
"summary": "Degu makes more easier to debug application.",
"homepage": "https://github.com/cats-oss/Degu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marty-suzuki": "suzuki_taiki@abema.tv"
},
"source": {
"git": "https://github.com/cats-oss/Degu.git",
"tag": "0.1.0"
},
"swift_version": "4.1",
"source_files": "Sources/**/*.{swift,h,m}",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0",
"osx": "10.10"
}
}