[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 9 / 8 / MigrationViewController / 1.0.0 / MigrationViewController.podspec.json
blob95c90c654a9301ff139a83885aabe4f97bfdaf5f
2   "name": "MigrationViewController",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "This is CoreData migration when updating to display library",
9   "homepage": "https://github.com/akuraru/MigrationViewController",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "authors": {
14     "Akuraru IP": "akuraru@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/akuraru/MigrationViewController.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "deprecated": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "lib/MigrationBaseViewController.{h,m}"
27     },
28     {
29       "name": "MigrationViewController",
30       "source_files": "lib/MigrationViewController.{h,m}",
31       "dependencies": {
32         "MigrationViewController/Core": [
34         ],
35         "MagicalRecord": [
37         ]
38       }
39     }
40   ]