Closed KaushalElsewhere closed 7 years ago
I am trying configure my podfile like below
podfile
platform :ios, '9.0' use_frameworks! target 'ViewControllerTransition' do pod 'ZOZolaZoomTransition', '~> 1.0.1' end
and its failing when I am running pod install.
pod install
I checked podspec and found that you are still using 1.0.0 while you have release 1.0.1
Though its working with old version 1.0.0 but I want latest fixes. please help.
I am trying configure my
podfile
like belowand its failing when I am running
pod install
.I checked podspec and found that you are still using 1.0.0 while you have release 1.0.1
Though its working with old version 1.0.0 but I want latest fixes. please help.