blob: ce846626226bb3a74b1d981d65a77001067fee89 [file] [log] [blame]
{
"name": "UICircleView",
"version": "1.0.1",
"summary": "A UIView that clip to Circle and restrict the UIEvent in its radius.",
"description": "A UIView that clip to Circle and restrict the UIEvent in its radius. Typical use for a Circle control panel.",
"homepage": "https://github.com/kidyoungx/UICircleView",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kidyoungx/UICircleView.git",
"tag": "1.0.1"
},
"source_files": [
"UICircleView",
"UICircleView/**/*.{h,m}"
],
"exclude_files": "SampleUICircleView",
"public_header_files": "UICircleView/**/*.h",
"requires_arc": true
}