Skip to content

Commit 0143932

Browse files
author
Instabug
committed
Fix podspec
1 parent 9ac6356 commit 0143932

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Instabug.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ Pod::Spec.new do |s|
2222
LICENSE
2323
}
2424
s.author = { "Instabug" => "contactus@instabug.com" }
25-
s.platform = :ios, '5.0'
2625
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.1.2" }
26+
s.platform = :ios, '5.0'
27+
2728
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2829
s.resources = '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/"' }
32+
s.preserve_paths = 'Instabug.framework', 'Instabug.bundle'
33+
3234
end

0 commit comments

Comments
 (0)