[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / c / b / a / BundleFileUpdater / 0.3.0 / BundleFileUpdater.podspec.json
blob0c0f7761714a077832a9ee10607226ee33a0ac4c
2   "name": "BundleFileUpdater",
3   "version": "0.3.0",
4   "summary": "Deliver your app with up-to-date local resource files and update them dynamically from a remote url.",
5   "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.",
6   "homepage": "https://github.com/apploft/BundleFileUpdater",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Kamphausen": "michael.kamphausen@apploft.de"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/apploft/BundleFileUpdater.git",
20     "tag": "0.3.0"
21   },
22   "source_files": "BundleFileUpdater/**/*.{swift}",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"