[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / f / BigBoard / 1.1.4 / BigBoard.podspec.json
blobbcc8e286645ccc475b96cf9cf34a3c32401ba44c
2   "name": "BigBoard",
3   "version": "1.1.4",
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.4"
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   }