[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / a / 4 / AppUpgradable / 1.0 / AppUpgradable.podspec.json
blob496f8be994f61dc27b676b6b7005e5da9e26498e
2   "name": "AppUpgradable",
3   "version": "1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian Radebaugh": "Rivukis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Rivukis/AppUpgradable.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AppUpgradable.playground/Sources/AppUpgradable.swift",
22   "pushed_with_swift_version": "3.0"