blob: 67e43e7a73410dbbe9bef0b348ae65119febc2a2 [file] [log] [blame]
{
"name": "InAppUpdates",
"version": "0.1.0",
"summary": "Checks for updated App version on the App Store.",
"swift_versions": "4.0",
"description": "TODO: Provides an in app update dialog which notifies the user that there is a newer version of the app on the App Store.",
"homepage": "https://github.com/TheRealAnt/InAppUpdates",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antonie Sander": "antonies9@hotmail.com"
},
"source": {
"git": "https://github.com/TheRealAnt/InAppUpdates.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "InAppUpdates/Classes/**/*",
"swift_version": "4.0"
}