[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 9 / MGScrollPageView / 1.0.4 / MGScrollPageView.podspec.json
blob0a4253651f3f44c39c2204a02d92f7e31d8bab07
2   "name": "MGScrollPageView",
3   "version": "1.0.4",
4   "summary": "MGScrollPageView",
5   "description": "ZJScrollPageView修改",
6   "homepage": "https://github.com/spf-iOS/MGScrollPageView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "spf": "spf_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/spf-iOS/MGScrollPageView.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "PageView",
22   "pushed_with_swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "PageView",
26       "source_files": "MGScrollPageView/Classes/MGScrollPageView/**/*",
27       "public_header_files": "MGScrollPageView/Classes/MGScrollPageView/**/*.h",
28       "dependencies": {
29         "SnapKit": [
31         ]
32       }
33     },
34     {
35       "name": "Extension",
36       "source_files": "MGScrollPageView/Classes/MGRxPage/*.{swift,m,h}",
37       "dependencies": {
38         "MGScrollPageView/PageView": [
40         ],
41         "RxCocoa": [
43         ]
44       }
45     }
46   ]