blob: 30a3b094c3937f3ee83305d66bcc180b3f65f43e [file] [log] [blame]
{
"name": "MiniBuddy",
"version": "0.2.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.2.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
}
}