blob: 12f9ccf7a1162904e71fd401336ee1e13fb13028 [file] [log] [blame]
{
"name": "AppStoreVersion",
"version": "1.0.0",
"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.0"
},
"source_files": [
"AppStoreVersion",
"AppStoreVersion/*.{h,m,swift}"
],
"resource_bundles": {
"Localizable": "AppStoreVersion/*.lproj/*.strings"
},
"dependencies": {
"Alamofire": [
]
}
}