Skip to content

Commit 2ca5ad6

Browse files
author
Instabug
committed
Fix podspec
1 parent 9dd83ce commit 2ca5ad6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Instabug.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ Pod::Spec.new do |s|
2222
LICENSE
2323
}
2424
s.author = { "Instabug" => "contactus@instabug.com" }
25-
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.1.2" }
2625
s.platform = :ios, '5.0'
27-
28-
#s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
26+
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.1.2" }
27+
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2928
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'
3332
s.requires_arc = true
3433

3534

0 commit comments

Comments
 (0)