blob: b8a5bf85522477fabbc54cddd89bbe9d2a5fe8cb [file] [log] [blame]
{
"name": "NRAppUpdate",
"version": "1.0.0",
"summary": "NRAppUpdate enables the app to detect whether the new version of the app is available on itunes.",
"swift_version": "4.0",
"description": "NRAppUpdate enables the app to detect whether the new version of the app is available on AppStore. For ex: During the launch of the app, it checks for update and shows the prompt accordingly. So you just have to use single line of code NRAppUpdate.checkUpdate(for: \"---YOUR APP ITUNES ID---\") to enable this.",
"homepage": "https://github.com/naveenrana1309/NRAppUpdate",
"screenshots": "https://cdn.rawgit.com/naveenrana1309/NRAppUpdate/master/Example/sample.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naveenrana1309": "naveenrana1309@gmail.com"
},
"source": {
"git": "https://github.com/naveenrana1309/NRAppUpdate.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NRAppUpdate/Classes/**/*"
}