Skip to content

Commit

Permalink
Updated podspec to use version as tag
Browse files Browse the repository at this point in the history
also changed a tab to spaces
  • Loading branch information
Ashton-W committed Apr 23, 2014
1 parent 046c948 commit 2f31419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRToast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Pod::Spec.new do |s|
s.summary = 'A modern iOS toast view that can fit your notification needs'
s.homepage = 'https://github.com/cruffenach/CRToast'
s.authors = { 'Collin Ruffenach' => '[email protected]' }
s.source = { :git => 'https://github.com/cruffenach/CRToast.git', :tag => "0.0.6" }
s.source = { :git => 'https://github.com/cruffenach/CRToast.git', :tag => s.version.to_s }
s.requires_arc = true
s.platform = :ios
s.platform = :ios
s.ios.deployment_target = '7.0'

s.source_files = "CRToast/*.{h,m}"
Expand Down

0 comments on commit 2f31419

Please sign in to comment.