[Add] Onfido 18.3.2
[CocoaPods.git] / Specs / 3 / d / 4 / UberRides / 0.4.2 / UberRides.podspec.json
blobbba832c50565e534de6c05da41660d1a588f705b
2   "name": "UberRides",
3   "version": "0.4.2",
4   "summary": "The Official Uber Rides iOS SDK.",
5   "description": "This Swift library allows you to integrate Uber into your iOS app. It is designed to make it quick and easy to add a 'Request a Ride' button in your application, seamlessly connecting your users with Uber.",
6   "homepage": "https://github.com/uber/rides-ios-sdk",
7   "screenshots": "https://raw.githubusercontent.com/uber/rides-ios-sdk/master/img/example_app.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Christine Kim": "christinek@uber.com",
14     "Farwa Naqi": "farwa@uber.com",
15     "John Brophy": "jbrophy@uber.com"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://github.com/uber/rides-ios-sdk.git",
22     "tag": "v0.4.2"
23   },
24   "source_files": [
25     "source/UberRides/*.swift",
26     "source/UberRides/Model/*.swift",
27     "source/UberRides/OAuth/*.swift"
28   ],
29   "resources": "source/UberRides/Resources/**",
30   "requires_arc": true,
31   "dependencies": {
32     "ObjectMapper": [
33       "~> 1.1.0"
34     ]
35   }