Skip to content

Commit

Permalink
Updated pod config.
Browse files Browse the repository at this point in the history
  • Loading branch information
icepat committed Nov 17, 2014
1 parent 15e48f7 commit d215cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ICETutorial.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ICETutorial'
s.version = '1.1.0'
s.version = 1.1.1
s.summary = 'An implementation of the in-app tutorial as seen e.g. in Path 3'
s.homepage = 'http://icepat.github.io/ICETutorial'
s.license = {
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = 'Patrick Trillsam'
s.source = {
:git => 'https://github.com/icepat/ICETutorial.git',
:tag => '1.1.0'
:tag => 1.1.1
}
s.platform = :ios, '6.0'
s.source_files = 'ICETutorial/Libraries'
Expand Down

0 comments on commit d215cfb

Please sign in to comment.