blob: ef02f2ca1402392dd9914f72601cf6f2a46657dd [file] [log] [blame]
{
"name": "VBPieChart",
"version": "0.2.2",
"summary": "Pie Chart with different animations to present.",
"description": " Pie Chart iOS control with different animations to present.\n Based on CAShapeLayer and CALayer, dependency to QuartzCore framework.\n Can be created in 4 lines of code.\n\n",
"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.2.2"
},
"source_files": [
"VBPieChart/Classes",
"VBPieChart/Classes/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}