blob: 8ea118413f2d87baeff62002ff01349f5e2d7296 [file] [log] [blame]
{
"name": "CKShapeView",
"version": "0.1.0",
"license": "MIT",
"summary": "UIView subclass that is backed by CAShapeLayer",
"homepage": "https://github.com/conradev/CKShapeView",
"authors": {
"Conrad Kramer": "conrad@kramerapps.com"
},
"source": {
"git": "https://github.com/conradev/CKShapeView.git",
"tag": "0.1.0"
},
"source_files": "CKShapeView",
"requires_arc": true,
"platforms": {
"ios": "3.0"
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}