bambuser / BambuserPlayerSDK-iOS

SDK of Bambusers live video shopping player for iOS
7 stars 1 forks source link

Allow future versions of Firebase sdks #15

Closed CTOverton closed 4 weeks ago

CTOverton commented 4 weeks ago

The current podspec file specifies Firebase dependencies strictly with version 10.18.0 however the swift package manager version specifies a minimum version of 10.18.0. This pr updates the podspec to support the same minimum version standard.

https://github.com/bambuser/BambuserPlayerSDK-iOS/blob/9f845ba01e51af59e1066f3f747f832ed603a7b4/Package.swift#L19

CTOverton commented 4 weeks ago

@saeidbasirnia a quick one for you that will allow us to complete our Bambuser integration 🙏

saeidbasirnia commented 4 weeks ago

@CTOverton .podspec is updated in Cocoapods, please let me know if you have any issues.

CTOverton commented 3 weeks ago

@saeidbasirnia thanks for merging the pr! Did the updates get published to cocoapods yet by chance?