Skip to content

Commit

Permalink
Fixing podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JaviSoto committed Oct 8, 2013
1 parent a68604c commit 09b1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSWeakTimer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Javier Soto" => "[email protected]" }

s.source = { :git => "https://github.com/mindsnacks/MSWeakTimer.git", :tag => s.version }
s.source = { :git => "https://github.com/mindsnacks/MSWeakTimer.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'MSWeakTimer.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 09b1d56

Please sign in to comment.