[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 0 / 3 / 4 / GraphingApp / 0.1.0 / GraphingApp.podspec.json
blobaed9fc9e28ce180f8a4a4eb5c1d2e93d07bf1072
2   "name": "GraphingApp",
3   "version": "0.1.0",
4   "summary": "A reusable code that provides the user a graph inside a UIView.",
5   "description": "This CocoaPod provides the ability to create a graph from three choices (bar, line and pie) inside a UIView.",
6   "homepage": "https://github.com/karryoberes/GraphingApp",
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/GraphingApp.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     "GraphingApp": [
22       "Pod/Assets/*.png"
23     ]
24   }