blob: 869babed0d5582b9928b68f076270a6c52655c45 [file] [log] [blame]
{
"name": "ShapeLayerView",
"version": "0.1.0",
"summary": "A `CAShapeLayer` based `UIView`",
"description": "A lightweight `UIView` that's\n- Backed by a `CAShapeLayer`\n- Redraw on bounds change",
"homepage": "https://github.com/stupidfive/ShapeLayerView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GeorgeWu": "stupidfive@gmail.com"
},
"source": {
"git": "https://github.com/stupidfive/ShapeLayerView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ShapeLayerView/Classes/**/*",
"pushed_with_swift_version": "3.0"
}