[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 9 / ESMigration / 0.0.1 / ESMigration.podspec.json
blob1771fe94ec92adf7812b6b7834958d7cf5d03795
2   "name": "ESMigration",
3   "version": "0.0.1",
4   "summary": "Migration or update with Swift for mac、ios、watchos、tvos.",
5   "description": "ESMigration is a simple and pure Swift implemented library for migration or update datas when App updated version.",
6   "homepage": "https://github.com/KKLater/ESMigration",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KKLater": "lshxin89@126.com"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0",
20     "osx": "10.10",
21     "watchos": "3.0"
22   },
23   "source": {
24     "git": "https://github.com/KKLater/ESMigration.git",
25     "tag": "0.0.1"
26   },
27   "source_files": [
28     "Sources/**/*.swift",
29     "Sources/ESMigration.h"
30   ],
31   "requires_arc": true,
32   "swift_version": "5.0"