blob: d0bc42367aa80f768a2196bedc9e4756fcd5d866 [file] [log] [blame]
{
"name": "CALayerAdditions",
"version": "1.0.0",
"summary": "Convenience methods for CALayer, nicely bundled in a category",
"homepage": "https://github.com/JohnWong/CALayerAdditions",
"description": "Convenience methods for CALayer, nicely bundled in a category.",
"authors": {
"John Wong": "huangxiaozhe1988@gmail.com"
},
"source": {
"git": "https://github.com/JohnWong/CALayerAdditions.git",
"tag": "1.0.0"
},
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"QuartzCore"
]
},
"source_files": "CALayerAdditions/Classes/*.{h,m}"
}