[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 5 / PageControls / 1.0.1 / PageControls.podspec.json
blobd7b3c92bc96a966894e44739b89039053028441f
2   "name": "PageControls",
3   "version": "1.0.1",
4   "summary": "A selection of custom PageControls.",
5   "description": "This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here: https://dribbble.com/shots/2578447-Page-Control-Indicator-Transitions-Collection",
6   "homepage": "https://github.com/popwarsweet/PageControls",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kyle Zaragoza": "popwarsweet@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/popwarsweet/PageControls.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PageControls/Classes/**/*",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "FilledPageControl",
26       "source_files": "PageControls/Classes/FilledPageControl.*"
27     },
28     {
29       "name": "PillPageControl",
30       "source_files": "PageControls/Classes/PillPageControl.*"
31     },
32     {
33       "name": "ScrollingPageControl",
34       "source_files": "PageControls/Classes/ScrollingPageControl.*"
35     },
36     {
37       "name": "SnakePageControl",
38       "source_files": "PageControls/Classes/SnakePageControl.*"
39     }
40   ]