blob: 1f9b4a834e36ac9897df230e390619173408894a [file] [log] [blame]
{
"name": "VBPieChart",
"version": "1.0.0",
"summary": "Pie Chart with different animations to present.",
"description": "Pie Chart iOS control with different animations to present.\nBased on CAShapeLayer and CALayer, dependency to QuartzCore framework.\nCan be created in few lines of code.",
"homepage": "https://github.com/sakrist/VBPieChart",
"screenshots": "https://raw.githubusercontent.com/sakrist/VBPieChart/master/Screenshot.png",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": "Volodymyr Boichentsov",
"social_media_url": "http://twitter.com/sakrist",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sakrist/VBPieChart.git",
"tag": "1.0.0"
},
"source_files": [
"VBPieChart/Classes",
"VBPieChart/Classes/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}