2 "name": "AppUpgradable",
4 "summary": "Convenient way to migrate your app from one version to the next.",
5 "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.",
6 "homepage": "https://github.com/Rivukis/AppUpgradable",
12 "Brian Radebaugh": "Rivukis@gmail.com"
15 "git": "https://github.com/Rivukis/AppUpgradable.git",
21 "source_files": "AppUpgradable.playground/Sources/AppUpgradable.swift",
22 "pushed_with_swift_version": "3.0"