[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / c / e / f / BigBoard / 1.0.0 / BigBoard.podspec.json
blobb3f290feee3b2ba203cfd1125c36503d84fd7937
2   "name": "BigBoard",
3   "version": "1.0.0",
4   "summary": "An Elegant Financial Markets Library Written in Swift",
5   "description": "BigBoard is a powerful finance 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.0.0"
14   },
15   "requires_arc": true,
16   "source_files": "Pod/Classes/**/*",
17   "resource_bundles": {
18     "BigBoard": [
19       "Pod/Assets/*.png"
20     ]
21   },
22   "platforms": {
23     "ios": "8.3"
24   },
25   "dependencies": {
26     "AlamofireObjectMapper": [
27       "~> 3.0"
28     ],
29     "Timepiece": [
31     ],
32     "AlamofireImage": [
33       "~> 2.0"
34     ]
35   }