blob: 9f471a6eed186f870dd38fe6a0c3b6a98c6117ca [file] [log] [blame]
{
"name": "EChart",
"version": "0.1.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",
"tag": "0.1.1"
},
"source_files": [
"EChart",
"EChart/**/*.{h,m}"
],
"public_header_files": "EChart/**/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}