[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 1 / 5 / f / MBXGraphs / 0.2.0 / MBXGraphs.podspec.json
blob3adc1029249cd31df830349ebc85d8a406445b3f
2   "name": "MBXGraphs",
3   "version": "0.2.0",
4   "summary": "A simple library to show one or more graphs in a chart",
5   "homepage": "https://github.com/tamarinda/MBXGraphs",
6   "license": "MIT",
7   "authors": {
8     "tamarabernad": "tamara.bernad@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/tamarinda/MBXGraphs.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "MBXGraphs": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": [
25     "UIKit",
26     "CoreGraphics"
27   ]