diff --git a/KIF-next.podspec b/KIF-next.podspec index d336424df..ac2a23a54 100644 --- a/KIF-next.podspec +++ b/KIF-next.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/bnickel/KIF/" s.license = 'Apache 2.0' s.authors = 'Brian Nickel', 'Jim Puls', 'Eric Firestone', 'Michael Thole' - s.source = { :git => "https://github.com/bnickel/KIF.git", :tag => "KIF-next-2.0.0pre3" } + s.source = { :git => "https://github.com/bnickel/KIF.git", :tag => "KIF-next-2.0.0pre4" } s.platform = :ios, '4.3' s.source_files = 'Classes', 'Additions' s.public_header_files = 'Classes/**/*.h', 'Additions/**/*-KIFAdditions.h'