Skip to content

Commit

Permalink
Update version in Podspect to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Ruffenach committed Apr 22, 2014
1 parent 41778f8 commit 046c948
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
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CRToast'
s.version = '0.0.3'
s.version = '0.0.6'
s.license = 'MIT'
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.3" }
s.source = { :git => 'https://github.com/cruffenach/CRToast.git', :tag => "0.0.6" }
s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '7.0'
Expand Down

0 comments on commit 046c948

Please sign in to comment.