Skip to content

Commit 9dd83ce

Browse files
author
Instabug
committed
testing podspec
1 parent 0143932 commit 9dd83ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Instabug.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ Pod::Spec.new do |s|
2525
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => "1.1.2" }
2626
s.platform = :ios, '5.0'
2727

28-
s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
28+
#s.source_files = 'Instabug.framework/Versions/A/Headers/*.{h}'
2929
s.resources = '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.preserve_paths = 'Instabug.framework', 'Instabug.bundle'
33+
s.requires_arc = true
34+
3335

3436
end

0 commit comments

Comments
 (0)