blob: 07c5b50ae1e1f8af473721fe89cbbd7e237c6f77 [file] [log] [blame]
{
"name": "WHChartView",
"version": "1.0.3",
"summary": "WHChartView can draw histogram and curve chart. It's cool. XD",
"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.3"
},
"source_files": "WHChartView/*",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}