blob: aed9fc9e28ce180f8a4a4eb5c1d2e93d07bf1072 [file] [log] [blame]
{
"name": "GraphingApp",
"version": "0.1.0",
"summary": "A reusable code that provides the user a graph inside a UIView.",
"description": "This CocoaPod provides the ability to create a graph from three choices (bar, line and pie) inside a UIView.",
"homepage": "https://github.com/karryoberes/GraphingApp",
"license": "MIT",
"authors": {
"Oberes, Karry Raia C.": "karry.raia.c.oberes@accenture.com"
},
"source": {
"git": "https://github.com/karryoberes/GraphingApp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GraphingApp": [
"Pod/Assets/*.png"
]
}
}