[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / c / e / f / BigBoard / 1.1.3 / BigBoard.podspec.json
blob16e03585c993615a4a5aec9731761d22645e8fa6
2   "name": "BigBoard",
3   "version": "1.1.3",
4   "summary": "An Elegant Financial Markets Library Written in Swift",
5   "description": "BigBoard is an elegant financial markets library for iOS written in Swift. Under the hood, BigBoard makes requests to Yahoo Finance API's. Those requests are then processed and clean, friendly, and easy to use objects are returned. The goal of BigBoard is to take the learning curve out of the Yahoo Finance API's and centralize all finanical market data into one core library.",
6   "homepage": "https://github.com/Daltron/BigBoard",
7   "license": "MIT",
8   "authors": {
9     "Dalton Hinterscher": "daltonhint4@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Daltron/BigBoard.git",
13     "tag": "1.1.3"
14   },
15   "requires_arc": true,
16   "source_files": "Pod/Classes/**/*",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "dependencies": {
21     "AlamofireObjectMapper": [
22       "~> 4.0"
23     ],
24     "AlamofireImage": [
25       "~> 3.0"
26     ]
27   }