Skip to content

Commit

Permalink
updated spec to use version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Johnson committed Jan 14, 2014
1 parent ec01d27 commit 07b864e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toast.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Toast"
s.version = "0.0.1"
s.version = "0.1"
s.summary = "Tools and Utilities for Cocoa Development"
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.0.1" }
s.source = { :git => "https://github.com/twotoasters/Toast.git", :tag => "0.1" }
s.requires_arc = true

## Subspec for Core files. Files that extend Foundation is an example
Expand Down

0 comments on commit 07b864e

Please sign in to comment.