Skip to content

Commit 481c2ca

Browse files
author
Instabug
committed
Fix podspec
1 parent 2ca5ad6 commit 481c2ca

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
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.1.2" }
2727
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2828
s.resources = 'Instabug.bundle'
29-
s.preserve_paths = 'Instabug.framework', 'Instabug.bundle'
29+
s.preserve_paths = 'Instabug.framework/*', 'Instabug.bundle'
3030
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreFoundation', 'SystemConfiguration', 'Foundation', 'AVFoundation', 'OpenGLES', 'AudioToolbox', 'GLKit', 'CoreTelephony', 'UIKit', 'CoreLocation', 'Instabug'
3131
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"' }
3232
s.requires_arc = true

0 commit comments

Comments
 (0)