[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 4 / b / RouletteWheelCollectionViewLayout / 0.0.1 / RouletteWheelCollectionViewLayout.podspec.json
bloba3f75e66a8589215f6e79ac9516431d023533494
2   "name": "RouletteWheelCollectionViewLayout",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "6.1"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Custom UICollectionViewFlowLayout subclass implementation of a roulette wheel of cards.",
12   "homepage": "https://github.com/kenshin03/RouletteWheelCollectionViewDemo",
13   "authors": {
14     "Kenny Tang": "https://github.com/kenshin03"
15   },
16   "source": {
17     "git": "https://github.com/kenshin03/RouletteWheelCollectionViewDemo.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "RouletteViewDemo/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": "CoreGraphics",
23   "resources": "RouletteViewDemo/**/*.{png,xib}"