Skip to content

Commit 6e4c4bd

Browse files
authored
Set correct platform version
1 parent a437db5 commit 6e4c4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instabug.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = "http://instabug.com"
66
s.license = { :type => 'Commercial', :file => 'LICENSE.md' }
77
s.author = { "Instabug" => "[email protected]" }
8-
s.platform = :ios, '9.1.2'
8+
s.platform = :ios, '9.0'
99
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => s.version.to_s }
1010
s.library = 'z'
1111
s.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'CoreTelephony', 'UIKit', 'CoreMedia', 'CoreVideo', 'CoreData'
@@ -14,4 +14,4 @@ Pod::Spec.new do |s|
1414
s.source_files = 'Instabug.framework/Headers/*.{h}'
1515
s.vendored_frameworks = 'Instabug.framework'
1616
s.preserve_paths = 'Instabug.framework/*'
17-
end
17+
end

0 commit comments

Comments
 (0)