blob: 297c217c0915d3ae24ef54ded961c9a67d8fe86e [file] [log] [blame]
{
"name": "Baconian",
"version": "1.0.1",
"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.1"
},
"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
}