blob: 1771fe94ec92adf7812b6b7834958d7cf5d03795 [file] [log] [blame]
{
"name": "ESMigration",
"version": "0.0.1",
"summary": "Migration or update with Swift for mac、ios、watchos、tvos.",
"description": "ESMigration is a simple and pure Swift implemented library for migration or update datas when App updated version.",
"homepage": "https://github.com/KKLater/ESMigration",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KKLater": "lshxin89@126.com"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/KKLater/ESMigration.git",
"tag": "0.0.1"
},
"source_files": [
"Sources/**/*.swift",
"Sources/ESMigration.h"
],
"requires_arc": true,
"swift_version": "5.0"
}