blob: 2489e4492b7dad016b3de67f5062d219f94b71f1 [file] [log] [blame]
{
"name": "ARNRouletteWheelView",
"version": "0.1.0",
"summary": "A roulette wheel like custom UICollectionView layout.",
"description": "A custom UICollectionView layout which resembles a spinning roulette wheel. The cells are laid out on an invisible wheel and the wheel spins by scrolling horizontally.",
"homepage": "https://github.com/sarn/ARNRouletteWheelView",
"license": "MIT",
"authors": {
"Stefan Arn": ""
},
"source": {
"git": "https://github.com/sarn/ARNRouletteWheelView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ARNRouletteWheelView": [
"Pod/Assets/*.png"
]
}
}