Skip to content

Commit d215cfb

Browse files
committed
Updated pod config.
1 parent 15e48f7 commit d215cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ICETutorial.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ICETutorial'
3-
s.version = '1.1.0'
3+
s.version = 1.1.1
44
s.summary = 'An implementation of the in-app tutorial as seen e.g. in Path 3'
55
s.homepage = 'http://icepat.github.io/ICETutorial'
66
s.license = {
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = 'Patrick Trillsam'
1111
s.source = {
1212
:git => 'https://github.com/icepat/ICETutorial.git',
13-
:tag => '1.1.0'
13+
:tag => 1.1.1
1414
}
1515
s.platform = :ios, '6.0'
1616
s.source_files = 'ICETutorial/Libraries'

0 commit comments

Comments
 (0)