Skip to content

Commit c97a1c7

Browse files
authored
Update iOS minimum deployment version
1 parent a430e5d commit c97a1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instabug.podspec

Lines changed: 1 addition & 1 deletion
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.0'
8+
s.platform = :ios, '10.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'

0 commit comments

Comments
 (0)