We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef36caf commit 4d05a3cCopy full SHA for 4d05a3c
1 file changed
SIAlertView.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = 'SIAlertView'
3
- s.version = '1.3'
+ s.version = '1.3.1'
4
s.platform = :ios, '5.0'
5
s.license = 'MIT'
6
s.summary = 'An UIAlertView replacement.'
7
s.homepage = 'https://github.com/Sumi-Interactive/SIAlertView'
8
s.author = { 'Sumi Interactive' => '[email protected]' }
9
s.source = { :git => 'https://github.com/Sumi-Interactive/SIAlertView.git',
10
- :tag => '1.3' }
+ :tag => '1.3.1' }
11
12
s.description = 'An UIAlertView replacement with block syntax and fancy transition styles.'
13
0 commit comments