[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / 4 / UberRides / 0.12.0 / UberRides.podspec.json
blob831f9938a1c5168a2c845375df03dd407dcf7ed0
2   "name": "UberRides",
3   "version": "0.12.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     "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.12.0"
23   },
24   "source_files": [
25     "source/UberRides/**/*.{swift,h,m}"
26   ],
27   "swift_versions": "4.2",
28   "resources": "source/UberRides/Resources/**",
29   "requires_arc": true,
30   "dependencies": {
31     "UberCore": [
33     ]
34   },
35   "swift_version": "4.2"