blob: e813ef0b95de963dea394e4d39bf44456ff942fb [file] [log] [blame]
{
"name": "PXRotatorView",
"version": "0.5.4",
"summary": "An auto rotating carousel view based on iCarousel and ReactiveCocoa",
"description": "An carousel view based on iCarousel and ReactiveCocoa.\nYou should override base view model and provide your own data source.\nIt's easy to customize a page control using category.",
"homepage": "https://github.com/drinking/PXRotatorView",
"license": "MIT",
"authors": {
"drinking": "pan49@126.com"
},
"source": {
"git": "https://github.com/drinking/PXRotatorView.git",
"tag": "0.5.4"
},
"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"
]
}
}