blob: 4a821398efe1807182db671ba796528a8076108e [file] [log] [blame]
{
"name": "BundleFileUpdater",
"version": "0.2.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",
"osx": "10.9"
},
"source": {
"git": "https://github.com/apploft/BundleFileUpdater.git",
"tag": "0.2.0"
},
"source_files": "BundleFileUpdater/**/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}