blob: 71606abb923d0e68abeef5ac05af1482badf9e14 [file] [log] [blame]
{
"name": "PageControls",
"version": "0.1.2",
"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": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PageControls/Classes/**/*",
"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.*"
}
]
}