[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / c / 1 / ios-linechart / 1.2.0 / ios-linechart.podspec.json
blob79903d85c80afe79f8afc8ae2c9297f1fc1a76b4
2   "name": "ios-linechart",
3   "version": "1.2.0",
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.2.0"
20   },
21   "platforms": {
22     "ios": "5.0"
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     "objc-utils": [
38       "~> 0.3.3"
39     ]
40   }