[Add] Onfido 18.3.2
[CocoaPods.git] / Specs / 3 / d / 4 / UberRides / 0.5.2 / UberRides.podspec.json
blob6d48e4f26df714fec5a73724b5fbf6794405d49f
2   "name": "UberRides",
3   "version": "0.5.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.5.2"
23   },
24   "source_files": [
25     "source/UberRides/*.swift",
26     "source/UberRides/Model/*.swift",
27     "source/UberRides/OAuth/*.swift",
28     "source/UberRides/Utilities/*.swift"
29   ],
30   "resources": "source/UberRides/Resources/**",
31   "requires_arc": true,
32   "dependencies": {
33     "ObjectMapper": [
34       "~> 1.0"
35     ]
36   }