blob: ca8a0eacab3d87c9e986f2055a74c687cb1d6809 [file] [log] [blame]
{
"name": "JCStockGraph",
"version": "1.0.1",
"summary": "A simple graph view controller which displays a stock's historical price data from the Yahoo finance API.",
"homepage": "https://github.com/jconst/JCStockGraph",
"screenshots": [
"https://s3.amazonaws.com/jcon.st/graphss1.gif",
"https://s3.amazonaws.com/jcon.st/graphss2.gif"
],
"license": "MIT",
"authors": {
"Joseph Constantakis": "jcon5294@gmail.com"
},
"source": {
"git": "https://github.com/jconst/JCStockGraph.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"dependencies": {
"CorePlot": [
"~> 1.5"
],
"AFNetworking": [
"~> 2.0"
],
"MBProgressHUD": [
"~> 0.8"
],
"MTDates": [
"~> 0.12"
],
"FontasticIcons": [
"~> 0.5"
]
}
}