[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 2 / 3 / DHDynamicLineChart / 1.0.0 / DHDynamicLineChart.podspec.json
blob094e0da982eb45e01169556b9c7b6fd01cc46ce2
2   "name": "DHDynamicLineChart",
3   "version": "1.0.0",
4   "summary": "A Line chart that can be fully controlled at runtime.",
5   "description": "This chart allows you to:\n  1. Customize the control position of line.\n  2. Dynamically control turning points at runtime.\n  3. Update the labels of x/y axis at runtime.\nand it is:\n  Self-adjusting in views of different size(Autolayout).",
6   "homepage": "https://github.com/DavidHSW/LineChart",
7   "license": "MIT",
8   "authors": {
9     "David Hu": "david.mr.who@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/DavidHSW/LineChart.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "DHDynamicLIneChart",
20     "DHDynamicLIneChart/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics"
25   ]