Skip to content

Commit 9f950fe

Browse files
authored
Drop iOS 10 (#461)
* Update Instabug.podspec * Update Instabug.podspec
1 parent deebfd4 commit 9f950fe

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,12 +5,12 @@ 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, '10.0'
8+
s.platform = :ios, '11.0'
99
s.source = { :http => 'https://ios-releases.instabug.com/release/Instabug/11.5.0/archive.zip' }
1010
s.library = 'z'
1111
s.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'CoreTelephony', 'UIKit', 'CoreMedia', 'CoreVideo', 'CoreData'
1212
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"' }
1313
s.requires_arc = true
14-
s.source_files = 'Instabug.xcframework/ios-arm64_armv7/Instabug.framework/Headers/*.{h}'
14+
s.source_files = 'Instabug.xcframework/ios-arm64/Instabug.framework/Headers/*.{h}'
1515
s.vendored_frameworks = 'Instabug.xcframework'
1616
end

0 commit comments

Comments
 (0)