[Add] CaptureCocoaLumberjack 0.16.11
[CocoaPods.git] / Specs / c / 6 / 3 / CMCKit / 0.0.2 / CMCKit.podspec.json
blob523086a72227d97227b59e7ee495b1cfe7d69c5b
2   "name": "CMCKit",
3   "version": "0.0.2",
4   "summary": "API client for CoinMarketCap V2 endpoints",
5   "description": "CMCKit is a wrapper for CoinMarketCap's new V2 API. V1 is currently still supported, but will be taken offline soon. CMC Kit provides access to the full functionality of CoinMarketCap's V2 API using all of the supported endpoints and request paramters. Additionally, it provides access to some endpoints using custom request parameters to improve usability.",
6   "homepage": "http://github.com/ashwinswaroop/CMCKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ashwinswaroop": "ashwinswaroop93@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ashwinswaroop/CMCKit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "CMCKit",
23     "CMCKit/**/*.{h,m,swift}"
24   ]