Skip to content

Commit

Permalink
fixed version of source
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuyoshi committed Jul 5, 2012
1 parent 6526957 commit 8e0cec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Surikae/0.2.1/Surikae.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Surikae exchanges a class or instance method. It’s helpful for unit testing of Objective-C.'
s.homepage = 'https://github.com/katsuyoshi/Surikae/wiki'
s.author = { 'Katsuyoshi Ito' => 'kito@itosoft.com' }
s.source = { :git => 'https://github.com/katsuyoshi/Surikae.git', :tag => '0.2.0' }
s.source = { :git => 'https://github.com/katsuyoshi/Surikae.git', :tag => '0.2.1' }
s.description = 'Surikae replace a method by blocks. It’s helpful for unit testing for Objective-C.'
s.platform = :ios
s.source_files = 'surikae'
Expand Down

0 comments on commit 8e0cec3

Please sign in to comment.