blob: ff9db4ce0fb7984b4df2cc32dae9b581c9b3776a [file] [log] [blame]
{
"name": "VBPieChart",
"version": "1.1.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": "sakristx@gmail.com"
},
"social_media_url": "http://twitter.com/sakrist",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sakrist/VBPieChart.git",
"tag": "1.1.0"
},
"source_files": [
"VBPieChart/Classes",
"VBPieChart/Classes/*.{h,m}"
],
"public_header_files": "VBPieChart/Classes/VBPieChart.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}