blob: 197da7d6393a9eaacaeddbe4f0a259fc5747cd9c [file] [log] [blame]
{
"name": "VBPieChart",
"version": "0.3.2",
"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": null
},
"source": {
"git": "https://github.com/sakrist/VBPieChart.git",
"tag": "v0.3.2"
},
"source_files": [
"VBPieChart/Classes",
"VBPieChart/Classes/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}