blob: cc2145f0557a03ea0bf22e1292b4ddf1339c9bd1 [file] [log] [blame]
{
"name": "BundleFileUpdater",
"version": "0.0.4",
"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.0.4"
},
"source_files": "BundleFileUpdater/**/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true
}