[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / a / 5 / PageControls / 1.0.0 / PageControls.podspec.json
blob95cfa7a558e6040c9e425f8c9ee72fbfdfaaf82b
2   "name": "PageControls",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PageControls/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "FilledPageControl",
25       "source_files": "PageControls/Classes/FilledPageControl.*"
26     },
27     {
28       "name": "PillPageControl",
29       "source_files": "PageControls/Classes/PillPageControl.*"
30     },
31     {
32       "name": "ScrollingPageControl",
33       "source_files": "PageControls/Classes/ScrollingPageControl.*"
34     },
35     {
36       "name": "SnakePageControl",
37       "source_files": "PageControls/Classes/SnakePageControl.*"
38     }
39   ]