blob: e2cc6790fcb654d8acd89766941c6630928a83c1 [file] [log] [blame]
{
"name": "PrettyRuler",
"version": "2.1.1",
"summary": "一个漂亮的横向刻度尺自定义控件,用CAShapeLayer实现高效GPU渲染",
"description": "\"CAShapeLayer实现高效GPU渲染,漂亮的自定义横向直尺控件,iOS7以上,刻度最小精度0.1,不足0.5时自减,大于0.5时自增\"",
"homepage": "https://github.com/804145113/PrettyRuler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AsTryE": "2846306067@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/804145113/PrettyRuler.git",
"tag": "2.1.1"
},
"source_files": "PrettyRuler/PrettyRulerClass/*",
"public_header_files": "PrettyRuler/PrettyRulerClass/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}