Skip to content

Commit 4d05a3c

Browse files
committed
Podspec version updated
1 parent ef36caf commit 4d05a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SIAlertView.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'SIAlertView'
3-
s.version = '1.3'
3+
s.version = '1.3.1'
44
s.platform = :ios, '5.0'
55
s.license = 'MIT'
66
s.summary = 'An UIAlertView replacement.'
77
s.homepage = 'https://github.com/Sumi-Interactive/SIAlertView'
88
s.author = { 'Sumi Interactive' => '[email protected]' }
99
s.source = { :git => 'https://github.com/Sumi-Interactive/SIAlertView.git',
10-
:tag => '1.3' }
10+
:tag => '1.3.1' }
1111

1212
s.description = 'An UIAlertView replacement with block syntax and fancy transition styles.'
1313

0 commit comments

Comments
 (0)