I know this question is duplicate, but latest answer is not available.
I have tried so many options to achieve this, but no use. I want to update my Firebase SDK from my old project.
pod install --no-repo-update this is older one, when i tried it's changing everyting.
pod update POD_NAME i have used this one, it can also changing the existing pod files.
I have tried below links to resolve my issue.
How to install specific pod without touching other dependencies
CocoaPods - use specific pod version
Is there any solution for this ....
#pod 'Firebase', '~> 2.5.1' #pod 'Fabric', '~> 1.10.2' #pod 'Crashlytics', '~> 3.13.4'#(was 3.10.9)#(was 3.10.1)(20180611)I waht to remove these old sdk's and need to add latest Firebase SDK without changing other denendencies..pod 'Firebase', '~> 2.5.1'.#pod 'Fabric', '~> 1.10.2'.#pod 'Crashlytics', '~> 3.13.4'. And need to install new pod file. i.e:pod 'Firebase/Crashlytics'