[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / c / e / f / BigBoard / 1.1.1 / BigBoard.podspec.json
blob70f4a911aa61359cd006f301d8cf47d4e3aa3f33
2   "name": "BigBoard",
3   "version": "1.1.1",
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.1"
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   }