blob: d7b3c92bc96a966894e44739b89039053028441f [file] [log] [blame]
{
"name": "PageControls",
"version": "1.0.1",
"summary": "A selection of custom PageControls.",
"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",
"homepage": "https://github.com/popwarsweet/PageControls",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Zaragoza": "popwarsweet@gmail.com"
},
"source": {
"git": "https://github.com/popwarsweet/PageControls.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PageControls/Classes/**/*",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "FilledPageControl",
"source_files": "PageControls/Classes/FilledPageControl.*"
},
{
"name": "PillPageControl",
"source_files": "PageControls/Classes/PillPageControl.*"
},
{
"name": "ScrollingPageControl",
"source_files": "PageControls/Classes/ScrollingPageControl.*"
},
{
"name": "SnakePageControl",
"source_files": "PageControls/Classes/SnakePageControl.*"
}
]
}