blob: 701a33a1d9a27b2716b35b9e3cc91878750e8bb0 [file] [log] [blame]
{
"name": "EChart",
"version": "0.0.1",
"summary": "iOS/iPhone/iPad Chart, Graph. Event handling and animation supported.",
"description": " A neat, beautiful and flat style column chart or bar chart with event handling enable, animation enable and extendable. A neat, beautiful and flat style line chart with event handling enable, animation enable, scorll enable, scale enable and extendable. Both are easy to use, just like how you use UITableView.\n\n",
"homepage": "https://github.com/zhuhuihuihui/EChart",
"screenshots": [
"https://dl.dropboxusercontent.com/s/u6qfqyuhe49hfmt/EColumnChartScreenShot.png",
"https://dl.dropboxusercontent.com/s/bafyk9xj2mxchyg/ELineChartScreenShot.png"
],
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"authors": {
"Scott Zhu": "zhuhuihuihui@gmail.com"
},
"social_media_url": "https://twitter.com/zhujianhui",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhuhuihuihui/EChart.git",
"commit": "4a54787a60ec3efbd7fbdbd8fc314f77c161a538"
},
"source_files": [
"EChart",
"EChart/**/*.{h,m}"
],
"public_header_files": "EChart/**/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}