[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / c / 1 / ios-linechart / 1.3.2 / ios-linechart.podspec.json
blob78980e0a9272fa48fe939b0ba67727f8646b45db
2   "name": "ios-linechart",
3   "version": "1.3.2",
4   "summary": "Interactive line charts / plots for the simplicity-loving iOS developer.",
5   "homepage": "https://github.com/mruegenberg/ios-linechart",
6   "screenshots": [
7     "https://raw.github.com/mruegenberg/ios-linechart/master/doc/screenshot1.png",
8     "https://raw.github.com/mruegenberg/ios-linechart/master/doc/screenshot2.png"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Marcel Ruegenberg": "github@dustlab.com"
16   },
17   "source": {
18     "git": "https://github.com/mruegenberg/ios-linechart.git",
19     "tag": "1.3.2"
20   },
21   "platforms": {
22     "ios": "5.1"
23   },
24   "source_files": [
25     "ios-linechart/LCLegendView.{h,m}",
26     "ios-linechart/LCLineChartView.{h,m}",
27     "ios-linechart/LCInfoView.{h,m}",
28     "ios-linechart/LineChart.h"
29   ],
30   "frameworks": [
31     "CoreFoundation",
32     "UIKit",
33     "CoreGraphics"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "uikit-utils": [
38       "~> 0.5.1"
39     ]
40   }