[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 5 / 0 / MTOPagerViewController / 1.1.0 / MTOPagerViewController.podspec.json
blob004507b143676561f0e544c8f8667cebb61fb319
2   "name": "MTOPagerViewController",
3   "version": "1.1.0",
4   "summary": "MTORefresher is a Swift implementation of View Pager",
5   "description": "MTORefresher is a Swift implementation of View Pager. It's completed by iOS Container View Controller. You can custom your own menu view.",
6   "homepage": "https://github.com/lihei12345/MTOPagerViewController",
7   "license": "MIT",
8   "authors": {
9     "lifuqiang": "195135955@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/lihei12345/MTOPagerViewController.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/*.swift",
25       "frameworks": "UIKit"
26     },
27     {
28       "name": "PagerMenuView",
29       "source_files": "PagerMenuView/*.swift",
30       "dependencies": {
31         "MTOPagerViewController/Core": [
33         ]
34       }
35     }
36   ]