We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56286f8 commit fcbdf62Copy full SHA for fcbdf62
1 file changed
IntentKit.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'IntentKit'
3
- s.version = '0.7.0'
+ s.version = '0.7.1'
4
s.license = { :type => 'MIT', :file => "LICENSE" }
5
s.summary = "An easier way to handle third-party URL schemes in iOS apps."
6
s.homepage = 'https://github.com/intentkit/IntentKit'
7
s.authors = { 'Mike Walker' => 'michael@lazerwalker.com' }
8
- 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" }
9
s.requires_arc = true
10
s.platform = :ios, '7.0'
11
0 commit comments