blob: ca55c24a4b42e2feeac0afae5da15840723b802a [file] [log] [blame]
{
"name": "DOPageControl",
"version": "1.0.0",
"summary": "Replacement for UIPageControl. Written in Swift",
"description": "Provides functionality similar to UIPageControl.\nHas slightly different visual appearence and allows to customize page indicators size, color and spacing",
"homepage": "https://github.com/dim0v/DOPageControl",
"screenshots": "https://raw.githubusercontent.com/dim0v/DOPageControl/master/Screenshots/Screenshot0.png",
"license": "MIT",
"authors": {
"Dmytro Ovcharenko": "dmyt.ov@gmail.com"
},
"source": {
"git": "https://github.com/dim0v/DOPageControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DOPageControl": [
"Pod/Assets/*.png"
]
}
}