uber / rides-ios-sdk

Uber Rides iOS SDK (beta)
https://developer.uber.com/docs
MIT License
371 stars 123 forks source link

Removes Cocoapods as a package manager #284

Closed mohssenfathi closed 6 months ago

mohssenfathi commented 6 months ago

Description

Removing all references to Cocoapods as a package manager. Long term solution will be to support SwiftPM as the only option. It will be added in the coming PRs. Dropping Carthage will also come as a follow up PR.

Note: SwiftSDK and ObjcSDK sample apps cannot be run until SwiftPM integration is complete, but the TestAppShim is still functional.

Test Plan

No functional changes.