[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / d / 4 / UberRides / 0.8.0 / UberRides.podspec.json
blob4e2e45320510d267ae8fcdb991a0995022850e3a
2   "name": "UberRides",
3   "version": "0.8.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.8.0"
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"