Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bnickel committed Aug 1, 2013
1 parent 0debb3b commit 810858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KIF-next.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 810858e

Please sign in to comment.