blob: 716f1d3294cbd3b422226b458cbab95b943bf22f [file] [log] [blame]
{
"name": "JYRadarChart",
"version": "0.1.0",
"summary": "an iOS open source Radar Chart implementation",
"homepage": "https://github.com/johnnywjy/JYRadarChart",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johnny Wu": "johnny.wjy07@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/johnnywjy/JYRadarChart.git",
"tag": "0.1.0"
},
"source_files": "*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}