blob: 2cfa8bd9e24f7a56f6059cc5fe9121dd68961a26 [file] [log] [blame]
{
"name": "MBXGraphs",
"version": "0.1.1",
"summary": "A simple library to show one or more graphs in a chart",
"homepage": "https://github.com/tamarinda/MBXGraphs",
"license": "MIT",
"authors": {
"tamarabernad": "tamara.bernad@gmail.com"
},
"source": {
"git": "https://github.com/tamarinda/MBXGraphs.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MBXGraphs": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
]
}