[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 9 / CLUberClient / 0.0.1 / CLUberClient.podspec.json
blob2c86ab4d1aa031de2cc2a12b6b10a07cbe6f4d4b
2   "name": "CLUberClient",
3   "version": "0.0.1",
4   "summary": "Wrapper around NSURLSession to access the Uber REST API",
5   "description": "This is a very simple iOS Objective-C wrapper around NSURLSession\nfor use in accessing the Uber RESTful API:\n\nhttps://developer.uber.com/docs/api-overview\n\nSo far the only calls implemented are:\n\n   1. List Products\n   2. Get time estimates\n\nAlthough simple, it's a nice starting point for someone getting\nstarted with the Uber API. It has a few niceties like handling\nthe auth token, localization request based on the user's current\nlocale, and automatically switching to the proper Uber API endpoint\nin China when needed.",
6   "homepage": "https://github.com/cromulentlabs/CLUberClient",
7   "license": "Apache License, Version 2.0",
8   "authors": "Greg Gardner",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/cromulentlabs/CLUberClient.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "CLUberClient",
17   "frameworks": "Foundation",
18   "requires_arc": true