blob: 603cb342913cdaeac0e7bcb0d76ade21d034b207 [file] [log] [blame]
{
"name": "CircularView",
"version": "0.1.0",
"summary": "To create a circular view with images uniformly distributed around a circle with given radius.",
"description": "To create a circular view with images uniformly distributed around a circle with given radius. It also lets us zoom into/out of the CircularView.",
"homepage": "https://github.com/sbastola722/CircularView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sbastola722": "sbastola123@gmail.com"
},
"source": {
"git": "https://github.com/sbastola722/CircularView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CircularView/Classes/**/*",
"frameworks": "UIKit"
}