[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 5 / f / MBXGraphs / 0.0.1 / MBXGraphs.podspec.json
blob6eece7bf2a2769207f7e8e55db807898e335f838
2   "name": "MBXGraphs",
3   "version": "0.0.1",
4   "summary": "A simple library to show one or more graphs in a chart",
5   "description": "                      The ame is to show graphs with a simple list of values for x and y. The library is going to translate those values into points inside the graph. It calculates as well the best intervals to show on the x and y axis.\n",
6   "homepage": "https://github.com/tamarinda/MBXGraphs",
7   "license": "MIT",
8   "authors": {
9     "tamarabernad": "tamara.bernad@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tamarinda/MBXGraphs.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MBXGraphs": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics"
28   ]