| { |
| "name": "UberCore", |
| "version": "0.11.0", |
| "summary": "The Official Uber Rides iOS SDK.", |
| "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.", |
| "homepage": "https://github.com/uber/rides-ios-sdk", |
| "screenshots": "https://raw.githubusercontent.com/uber/rides-ios-sdk/master/img/example_app.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Edward Jiang": "edjiang@uber.com", |
| "Jay Bobzin": "jbobzin@uber.com", |
| "Ty Smith": "tys@uber.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/uber/rides-ios-sdk.git", |
| "tag": "v0.11.0" |
| }, |
| "source_files": [ |
| "source/UberCore/**/*.{swift,h,m}" |
| ], |
| "swift_version": "4.2", |
| "resources": "source/UberCore/Resources/**", |
| "requires_arc": true |
| } |