blob: ae5e79380a2eedcd73b2fba4dd93b5bbd4362ae6 [file] [log] [blame]
{
"name": "LXMRulerView",
"version": "1.3.0",
"summary": "A rulerView could be used as a value picker or a value displayer",
"description": "用drawRec方式实现的一个rulerView,间距,颜色,字体,范围等都可以自定义,也有数值变化的回调,可以用来作为数值选择器或仅仅作为一个显示用的尺子",
"homepage": "https://github.com/Phelthas/LXMRulerView",
"license": "MIT",
"authors": {
"Phelthas": "billthas@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Phelthas/LXMRulerView.git",
"tag": "1.3.0"
},
"source_files": "Example/LXMRulerViewDemo/LXMRulerView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}