blob: 094d46bd2a9204929e5b6c09e49246ed7e1f25c0 [file] [log] [blame]
{
"name": "Migrator",
"version": "0.2.0",
"summary": "iOS Application Migration Handler",
"description": "Migrator is a library for performing the migration of the data when the iOS app has been upgraded.",
"homepage": "https://github.com/radioboo/Migrator",
"license": "MIT",
"authors": {
"radioboo": "sakai.atsushi@gmail.com"
},
"source": {
"git": "https://github.com/radioboo/Migrator.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Migrator": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"EDSemver": [
]
}
}