blob: a3f75e66a8589215f6e79ac9516431d023533494 [file] [log] [blame]
{
"name": "RouletteWheelCollectionViewLayout",
"version": "0.0.1",
"platforms": {
"ios": "6.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Custom UICollectionViewFlowLayout subclass implementation of a roulette wheel of cards.",
"homepage": "https://github.com/kenshin03/RouletteWheelCollectionViewDemo",
"authors": {
"Kenny Tang": "https://github.com/kenshin03"
},
"source": {
"git": "https://github.com/kenshin03/RouletteWheelCollectionViewDemo.git",
"tag": "0.0.1"
},
"source_files": "RouletteViewDemo/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreGraphics",
"resources": "RouletteViewDemo/**/*.{png,xib}"
}