blob: 51c2f72e2194afdd49f184b76f053abfe1a7e9bc [file] [log] [blame]
{
"name": "UberRides",
"version": "0.5.1",
"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": {
"Christine Kim": "christinek@uber.com",
"Farwa Naqi": "farwa@uber.com",
"John Brophy": "jbrophy@uber.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/uber/rides-ios-sdk.git",
"tag": "v0.5.1"
},
"source_files": [
"source/UberRides/*.swift",
"source/UberRides/Model/*.swift",
"source/UberRides/OAuth/*.swift",
"source/UberRides/Utilities/*.swift"
],
"resources": "source/UberRides/Resources/**",
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
"~> 1.0"
]
}
}