blob: 6d7f4ecb3ddb686874edef75fac4f3992f7ca2a5 [file] [log] [blame]
{
"name": "BundleFileUpdater",
"version": "0.6.0",
"summary": "Deliver your app with up-to-date local resource files and update them dynamically from a remote url.",
"description": "Deliver your app with up-to-date local resource files in your app bundle and update them dynamically from a remote url both with every build and dynamically at runtime. Your users will always have the latest resource files' version without the need for a new app submission.",
"homepage": "https://github.com/apploft/BundleFileUpdater",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apploft/BundleFileUpdater.git",
"tag": "0.6.0"
},
"source_files": "BundleFileUpdater/**/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true
}