blob: 9759d66ac71f477cb9d6213b2c850b04aded7edb [file] [log] [blame]
{
"name": "Baconian",
"version": "1.0.5",
"summary": "System information reporter in Swift.",
"description": "**Baconian** is system information reporter framework in Swift. \nThe reporter provides memory pressure and cpu load.",
"homepage": "https://github.com/daisuke-t-jp/Baconian",
"screenshots": [
"https://raw.githubusercontent.com/daisuke-t-jp/Baconian/master/images/DemoMovie-iOS.gif",
"https://raw.githubusercontent.com/daisuke-t-jp/Baconian/master/images/DemoMovie-macOS.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"daisuke-t-jp": "daisuke.t.jp@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/daisuke-t-jp/Baconian.git",
"tag": "1.0.5"
},
"source_files": "Baconian/**/*.{swift}",
"ios": {
"resources": "Baconian/UI/ReporterCompactView/iOS/*.{xib}",
"frameworks": "UIKit"
},
"osx": {
"resources": "Baconian/UI/ReporterCompactView/macOS/*.{xib}",
"frameworks": "AppKit"
},
"swift_version": "5.0",
"requires_arc": true,
"dependencies": {
"Mach-Swift": [
]
}
}