[Add] Onfido 18.3.2
[CocoaPods.git] / Specs / 3 / d / 4 / UberRides / 0.1.0 / UberRides.podspec.json
blob3831219887cb2007bc135522edcd06edd60a4b2f
2   "name": "UberRides",
3   "version": "0.1.0",
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   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/uber/rides-ios-sdk.git",
20     "tag": "v0.1.0"
21   },
22   "source_files": "source/UberRides/*.swift",
23   "resources": "source/UberRides/Media.xcassets/Badge.imageset/*.png",
24   "requires_arc": true