Skip to content

Commit

Permalink
Updating to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Oct 26, 2012
1 parent bc2493e commit c7a607c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DerpKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DerpKit"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "DerpKit is a set of categories and classes that should've been included in Cocoa Touch."
s.homepage = "http://github.com/amazingsyco/DerpKit"

Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
}

s.author = { "Steve Streza" => "stevestreza@gmail.com" }
s.source = { :git => "https://github.com/amazingsyco/DerpKit.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/amazingsyco/DerpKit.git", :tag => "0.0.3" }

s.platform = :ios, "5.0"
s.ios.frameworks = "Foundation", "UIKit"
Expand Down

0 comments on commit c7a607c

Please sign in to comment.