blob: 50fb4aea8fa0bcb82d0bb4764a9172b2a2356658 [file] [log] [blame]
{
"name": "UIRotateView",
"version": "1.0.1",
"summary": "The UIView Rotate from value 0.0 to 1.0.",
"description": "The UIView Rotate from value 0.0 to 1.0. General case is use with UICircleSlider as an indicator.",
"homepage": "https://github.com/kidyoungx/UIRotateView",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kidyoungx/UIRotateView.git",
"tag": "1.0.1"
},
"source_files": [
"UIRotateView",
"UIRotateView/**/*.{h,m}"
],
"exclude_files": "SampleUIRotateView",
"public_header_files": "UIRotateView/**/*.h",
"requires_arc": true
}