Skip to content

Commit

Permalink
bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton-W committed Aug 28, 2015
1 parent eac82a5 commit a6bcd61
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,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'CRToast'
s.version = '0.0.7'
s.version = '0.0.8'
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.authors = { 'Collin Ruffenach' => '[email protected]', 'Ashton Williams' => '' }
s.source = { :git => 'https://github.com/cruffenach/CRToast.git', :tag => s.version.to_s }
s.requires_arc = true
s.platform = :ios
Expand Down

0 comments on commit a6bcd61

Please sign in to comment.