[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 5 / 0 / MTOPagerViewController / 0.1.1 / MTOPagerViewController.podspec.json
blobdb367122eea62e6e95e49a358a9837212ebb4aea
2   "name": "MTOPagerViewController",
3   "version": "0.1.1",
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": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Source/*.swift",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "PagerMenuView",
28       "source_files": "PagerMenuView/*.swift",
29       "dependencies": {
30         "MTOPagerViewController/Core": [
32         ]
33       }
34     }
35   ]