You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint LVModalQueue.podspec' to ensure this is a
# valid spec before submitting.
Pod::Spec.new do |s|
s.name = "LVModalQueue"
s.version = "0.3.0"
s.license = { :type => 'BSD' }
s.summary = "Queue presentViewController: and dismissViewController: when called multiple times"
s.description = <<-DESC
This fixes 'NSInternalInconsistencyException's when presentViewController: and dismissViewController: are called, while a transition is already in progress.