Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Aug 19, 2015
1 parent ad4d34a commit cbc8b56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Routable.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
version = "0.1.1"
version = "0.2.0"
s.name = "Routable"
s.version = version
s.summary = "A native in-app URL router for iOS."
s.homepage = "https://github.com/usepropeller/routable-ios"
s.homepage = "https://github.com/clayallsopp/routable-ios"
s.author = { "Clay Allsopp" => "[email protected]" }
s.source = { :git => "https://github.com/usepropeller/routable-ios.git", :tag => version }
s.source = { :git => "https://github.com/clayallsopp/routable-ios.git", :tag => version }
s.platform = :ios, '5.0'
s.source_files = 'Routable/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit cbc8b56

Please sign in to comment.