[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 8 / 0 / GraphApp / 0.1.0 / GraphApp.podspec.json
blob8eb39fdc40d1efb3c7650686f74f667681ce218e
2   "name": "GraphApp",
3   "version": "0.1.0",
4   "summary": "A reusable code that can create 3 different kinds of graphs (bar, line and pie) graph in a view.",
5   "description": "This Cocoapod provides the user the ability to create 3 kinds of graphs (bar, line and pie) graph in a UIView.",
6   "homepage": "https://github.com/karryoberes/GraphApp",
7   "license": "MIT",
8   "authors": {
9     "Oberes, Karry Raia C.": "karry.raia.c.oberes@accenture.com"
10   },
11   "source": {
12     "git": "https://github.com/karryoberes/GraphApp.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GraphApp": [
22       "Pod/Assets/*.png"
23     ]
24   }