[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 1 / 4 / 6 / Migrator / 0.1.0 / Migrator.podspec.json
blobad790255cc082f199bdf94cbf954fe97c73bf657
2   "name": "Migrator",
3   "version": "0.1.0",
4   "summary": "Migrator",
5   "description": "Migrator is a library for performing the migration of the data when the iOS app has been upgraded.",
6   "homepage": "https://github.com/radioboo/Migrator",
7   "license": "MIT",
8   "authors": {
9     "SAKAI, Atsushi": "sakai.atsushi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/radioboo/Migrator.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Migrator": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "EDSemver": [
28     ]
29   }