blob: 9ab29dc4d0250f552d22d6b006b548f48f002844 [file] [log] [blame]
{
"name": "FRD3DBarChart",
"version": "1.1.1",
"summary": "Interactive iOS 3D bar chart control made with GLKit.",
"homepage": "https://github.com/sebastienwindal/FRD3DBarChart",
"license": "New BSD",
"authors": {
"Sebastien Windal": "sebastien@windal.net"
},
"source": {
"git": "https://github.com/sebastienwindal/FRD3DBarChart.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"FRD3DBarChart/FRD3DBarChartViewController*.{h,m}",
"FRD3DBarChart/Shapes.h"
],
"frameworks": [
"OpenGLES",
"GLKit",
"QuartzCore",
"CoreText"
],
"requires_arc": true
}