[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / c / 1 / ios-linechart / 1.0.0 / ios-linechart.podspec.json
blob2c1f31fab07d7962453154d8f78528d6cd934a40
2   "name": "ios-linechart",
3   "version": "1.0.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.0.0"
20   },
21   "platforms": {
22     "ios": "5.0"
23   },
24   "source_files": [
25     "ios-linechart/LegendView.{h,m}",
26     "ios-linechart/LineChartView.{h,m}",
27     "ios-linechart/InfoView.{h,m}"
28   ],
29   "frameworks": [
30     "CoreFoundation",
31     "UIKit",
32     "CoreGraphics"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "objc-utils": [
37       "~> 0.3.3"
38     ]
39   }