blob: d247e2a8ec9ed6088d9b58e3b18b14ab0a331ed4 [file] [log] [blame]
{
"name": "MiniBuddy",
"version": "0.3.0",
"summary": "Minimum swift implementation of PlistBuddy.",
"homepage": "https://github.com/otiai10/MiniBuddy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiromu OCHIAI": "otiai10@gmail.com"
},
"source": {
"http": "https://github.com/otiai10/MiniBuddy/releases/download/0.3.0/MiniBuddy.zip"
},
"preserve_paths": "*",
"description": "Minimum Swift implementation of PlistBuddy,\nin order to control Info.plist (e.g. bump up build version)\nonly with Swift code without external dependencies.",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}