[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / c / a / SJPageControl / 0.0.3 / SJPageControl.podspec.json
bloba1f544afc71fe1c21b6f93ee2966da8e86426764
2   "name": "SJPageControl",
3   "version": "0.0.3",
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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJPageControl.git",
19     "tag": "v0.0.3"
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   ]