NewAmsterdamLabs / ZOZolaZoomTransition

Zoom transition that animates the entire view heirarchy. Used extensively in the Zola iOS application.
MIT License
896 stars 77 forks source link

`Pod install` failed for v1.0.1 #9

Closed KaushalElsewhere closed 7 years ago

KaushalElsewhere commented 8 years ago

I am trying configure my podfile like below

platform :ios, '9.0'
use_frameworks!

target 'ViewControllerTransition' do
 pod 'ZOZolaZoomTransition', '~> 1.0.1'

end

and 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.