[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / a / SJPageControl / 0.0.2 / SJPageControl.podspec.json
blob0e22ce3aa49bd7cb0323b393b751103f29a8fd8d
2   "name": "SJPageControl",
3   "version": "0.0.2",
4   "summary": "page control.",
5   "description": "custom page control",
6   "homepage": "https://github.com/changsanjiang/SJPageControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJPageControl.git",
19     "tag": "v0.0.2"
20   },
21   "source_files": "SJPageControl/SJPageControlHeader.h",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Control",
31       "source_files": "SJPageControl/Control/*.{h,m}",
32       "dependencies": {
33         "SJPageControl/Setting": [
35         ],
36         "SJPageControl/Indicator": [
38         ]
39       }
40     },
41     {
42       "name": "Indicator",
43       "source_files": "SJPageControl/Indicator/*.{h,m}",
44       "dependencies": {
45         "SJPageControl/Setting": [
47         ]
48       }
49     },
50     {
51       "name": "Setting",
52       "source_files": "SJPageControl/Setting/*.{h,m}"
53     }
54   ]