blob: 550822795610c2001bf8bdfb925d68b43bc5e1e2 [file] [log] [blame]
{
"name": "CKShapeView",
"version": "0.1.3",
"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.3"
},
"source_files": "CKShapeView",
"requires_arc": true,
"platforms": {
"ios": "4.3"
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}