Skip to content

Commit

Permalink
Version bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Nov 3, 2014
1 parent 56286f8 commit fcbdf62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IntentKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'IntentKit'
s.version = '0.7.0'
s.version = '0.7.1'
s.license = { :type => 'MIT', :file => "LICENSE" }
s.summary = "An easier way to handle third-party URL schemes in iOS apps."
s.homepage = 'https://github.com/intentkit/IntentKit'
s.authors = { 'Mike Walker' => '[email protected]' }
s.source = { :git => 'https://github.com/intentkit/IntentKit.git', :tag => "0.7.0" }
s.source = { :git => 'https://github.com/intentkit/IntentKit.git', :tag => "0.7.1" }
s.requires_arc = true
s.platform = :ios, '7.0'

Expand Down

0 comments on commit fcbdf62

Please sign in to comment.