blob: df4c1cd568e6f60c258613acc773555f939f84d1 [file] [log] [blame]
{
"name": "PYChartKit",
"version": "0.1",
"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.1"
},
"source_files": "PYChartKit/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
],
"PYUIKit": [
"~> 0.9"
],
"PYControllers": [
"~> 0.2"
]
}
}