[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 4 / LFLineChartView / 0.1.1 / LFLineChartView.podspec.json
blobcc2118b63f5215bae41416583dc5af8ce7cdb1a8
2   "name": "LFLineChartView",
3   "version": "0.1.1",
4   "summary": "A view to show line charts on iOS.",
5   "homepage": "https://github.com/leonardfactory/LFLineChartView",
6   "license": "MIT",
7   "authors": {
8     "leonardfactory": "me@leonardfactory.com"
9   },
10   "source": {
11     "git": "https://github.com/leonardfactory/LFLineChartView.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "LFLineChartView",
19   "public_header_files": "LFLineChartView/*.h",
20   "ios": {
21     "frameworks": [
22       "QuartzCore",
23       "CoreText"
24     ]
25   }