blob: feaa4ad72af38d10c308ad973e2b708eeb5b1860 [file] [log] [blame]
{
"name": "PXRotatorView",
"version": "0.5.3",
"summary": "An auto rotating carousel view based on iCarousel and ReactiveCocoa",
"description": " An carousel view based on iCarousel and ReactiveCocoa.\n You should override base view model and provide your own data source.\n It's easy to customize a page control using category.\n",
"homepage": "https://github.com/drinking/PXRotatorView",
"license": "MIT",
"authors": {
"drinking": "pan49@126.com"
},
"source": {
"git": "https://github.com/drinking/PXRotatorView.git",
"tag": "0.5.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXRotatorView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ReactiveCocoa": [
"~> 2.4.7"
],
"iCarousel": [
"~> 1.8.1"
]
}
}