Skip to content

Commit 5b92f9d

Browse files
committed
Explicitly state iOS version in pod spec
1 parent 7d816b3 commit 5b92f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SIAlertView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'SIAlertView'
33
s.version = '1.3'
4-
s.platform = :ios
4+
s.platform = :ios, '5.0'
55
s.license = 'MIT'
66
s.summary = 'An UIAlertView replacement.'
77
s.homepage = 'https://github.com/Sumi-Interactive/SIAlertView'

0 commit comments

Comments
 (0)