Skip to content

Commit 3dbff4e

Browse files
authored
Update Instabug.podspec (#471)
1 parent bc735fc commit 3dbff4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Instabug.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ 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.ios.platform = '11.0'
9-
s.tvos.platform = '11.0'
8+
s.ios.deployment_target = '11.0'
9+
s.tvos.deployment_target = '11.0'
1010
s.source = { :http => 'https://github.com/Instabug/Instabug-iOS/releases/download/11.9.1/Instabug-XCFramework.zip' }
1111
s.library = 'z'
12-
s.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'CoreTelephony', 'UIKit', 'CoreMedia', 'CoreVideo', 'CoreData'
1312
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"' }
1413
s.requires_arc = true
1514
s.ios.source_files = 'Instabug.xcframework/ios-arm64/Instabug.framework/Headers/*.{h}'

0 commit comments

Comments
 (0)