blob: 2f280c6914162e1655a689f4ebce1bb3b9e2d8e8 [file] [log] [blame]
{
"name": "InAppUpdates",
"version": "0.1.1",
"summary": "Checks for updated App version on the App Store.",
"swift_versions": "4.0",
"description": "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.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "InAppUpdates/**/*",
"frameworks": [
"Foundation",
"SafariServices"
],
"swift_version": "4.0"
}