[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 9 / 0 / JCStockGraph / 1.0.0 / JCStockGraph.podspec.json
blobe75eb52a25087666b8dd839b47b36a031fb01e03
2   "name": "JCStockGraph",
3   "version": "1.0.0",
4   "summary": "A simple graph view controller which displays a stock's historical price data from the Yahoo finance API.",
5   "homepage": "https://github.com/jconst/JCStockGraph",
6   "screenshots": [
7     "https://s3.amazonaws.com/jcon.st/graphss1.gif",
8     "https://s3.amazonaws.com/jcon.st/graphss2.gif"
9   ],
10   "license": "MIT",
11   "authors": {
12     "Joseph Constantakis": "jcon5294@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jconst/JCStockGraph.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Classes",
23   "public_header_files": "Classes/*.h",
24   "dependencies": {
25     "CorePlot": [
26       "~> 1.5"
27     ],
28     "AFNetworking": [
29       "~> 2.0"
30     ],
31     "MBProgressHUD": [
32       "~> 0.8"
33     ],
34     "MTDates": [
35       "~> 0.12"
36     ],
37     "FontasticIcons": [
38       "~> 0.5"
39     ]
40   }