[Add] DoordeckSDK 0.40.0
[CocoaPods.git] / Specs / 3 / d / 4 / UberRides / 0.8.1 / UberRides.podspec.json
blob5b3732d3f0c10aeff366bb4b4c20c691b32dceee
2   "name": "UberRides",
3   "version": "0.8.1",
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     "Edward Jiang": "edjiang@uber.com",
14     "Jay Bobzin": "jbobzin@uber.com",
15     "Ty Smith": "tys@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.8.1"
23   },
24   "source_files": [
25     "source/UberRides/**/*.{swift,h,m}"
26   ],
27   "resources": "source/UberRides/Resources/**",
28   "requires_arc": true,
29   "dependencies": {
30     "UberCore": [
32     ]
33   },
34   "pushed_with_swift_version": "4.0"