blob: 4dfb298f5ff15aa6f1a93382885baf3aae55db1d [file] [log] [blame]
{
"name": "PYChartKit",
"version": "0.3",
"summary": "A simple chart kit for iOS application",
"homepage": "https://github.com/littlepush/PYChartKit",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYChartKit.git",
"tag": "0.3"
},
"source_files": "PYChartKit/*.{h,m}",
"requires_arc": true,
"frameworks": "OpenGLES",
"dependencies": {
"PYCore": [
],
"PYUIKit": [
],
"PYControllers": [
]
}
}