blob: 496f8be994f61dc27b676b6b7005e5da9e26498e [file] [log] [blame]
{
"name": "AppUpgradable",
"version": "1.0",
"summary": "Convenient way to migrate your app from one version to the next.",
"description": "AppUpgradable allows an app to easily and efficiently migrate from the last installed version to the newly installed version. It allows the migration function code to report out non-fatal errors and fatal errors. It allows the migrator to condense upgrades of multiple versions to help with performance. It has a single function to upgrade the app and returns the overall result.",
"homepage": "https://github.com/Rivukis/AppUpgradable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Radebaugh": "Rivukis@gmail.com"
},
"source": {
"git": "https://github.com/Rivukis/AppUpgradable.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AppUpgradable.playground/Sources/AppUpgradable.swift",
"pushed_with_swift_version": "3.0"
}