[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / c / 1 / 0 / ios-linechart-2 / 1.3.3 / ios-linechart-2.podspec.json
blob284c99e71991f098965959379834e51485a32e51
2   "name": "ios-linechart-2",
3   "version": "1.3.3",
4   "summary": "Interactive line charts / plots for the simplicity-loving iOS developer. This was forked from https://github.com/mruegenberg/ios-linechart",
5   "homepage": "https://github.com/claudiuvintila/ios-linechart",
6   "screenshots": [
7     "https://raw.github.com/claudiuvintila/ios-linechart/master/doc/screenshot1.png",
8     "https://raw.github.com/claudiuvintila/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     "Claudiu Vintila": "claudiu.vintila.com"
17   },
18   "source": {
19     "git": "https://github.com/claudiuvintila/ios-linechart.git",
20     "tag": "1.3.3"
21   },
22   "platforms": {
23     "ios": "5.1"
24   },
25   "source_files": [
26     "ios-linechart/LCLegendView.{h,m}",
27     "ios-linechart/LCLineChartView.{h,m}",
28     "ios-linechart/LCInfoView.{h,m}",
29     "ios-linechart/LineChart.h"
30   ],
31   "frameworks": [
32     "CoreFoundation",
33     "UIKit",
34     "CoreGraphics"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "uikit-utils": [
39       "~> 0.5.1"
40     ]
41   }