blob: 321ba48da5ebfe257a4696f2a4a7bad9a09d771a [file] [log] [blame]
{
"name": "WHChartView",
"version": "1.0.2",
"summary": "WHChartView can draw histogram and curve chart.",
"description": "To improve my iOS skills and make it useful.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/wongkoo/WHChartView",
"license": "MIT",
"authors": {
"wongkoo": "wangzhenhuip@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wongkoo/WHChartView.git",
"tag": "1.0.2"
},
"source_files": "WHChartView/*",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}