blob: 4b1653c8fbfe67a3dcd8ce32740374603215579e [file] [log] [blame]
{
"name": "ReleaseRadar",
"version": "0.1.0",
"homepage": "https://github.com/halcyonmobile/ReleaseRadar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Botond Magyarosi",
"summary": "Lightweight framework to check release notes after an iOS app update is performed.",
"description": "With iOS 7, automatic app updates were introduced making App Store release notes less relevant for the end user.\nOther frameworks like Siren check for available updates, ReleaseRadar checks for release notes after an update was performed.",
"swift_version": "4.1",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/halcyonmobile/ReleaseRadar.git",
"tag": "v0.1.0"
},
"source_files": "Sources/**/*.swift"
}