Skip to content

Commit

Permalink
Merge pull request #24 from twotoasters/upgrade-to-0.3
Browse files Browse the repository at this point in the history
Prep 0.3 release
  • Loading branch information
Prachi Gauriar committed Mar 12, 2014
2 parents d313a63 + 117a57c commit ecf9a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TWTToast.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "TWTToast"
s.version = "0.2"
s.version = "0.3"
s.summary = "Tools and Utilities for Cocoa Development"
s.homepage = "https://github.com/twotoasters/Toast"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Two Toasters" => "[email protected]" }
s.social_media_url = "http://twitter.com/twotoasters"
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/twotoasters/Toast.git", :tag => "0.2" }
s.source = { :git => "https://github.com/twotoasters/Toast.git", :tag => s.version.to_s }
s.requires_arc = true

## Subspec for Core files
Expand Down

0 comments on commit ecf9a1e

Please sign in to comment.