blob: 0744f686b1870543d0c78ef9d04bfac6a8fc7267 [file] [log] [blame]
{
"name": "AppStoreVersion",
"version": "1.0.5",
"summary": "An easy Swift framework to check your latest app version available on the AppStore and compare it to the installed version",
"description": "An easy Swift framework to check your latest app version available on the AppStore and compare it to the installed version.",
"homepage": "https://github.com/iMac0de/AppStoreVersion/blob/master/README.md",
"license": "MIT",
"authors": {
"iMac0de": "contact@jeremy-peltier.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/iMac0de/AppStoreVersion.git",
"tag": "1.0.5"
},
"source_files": [
"AppStoreVersion",
"AppStoreVersion/*.{h,m,swift}"
],
"resource_bundles": {
"Localizable": "AppStoreVersion/*.lproj/*.strings"
}
}