Skip to content

Commit 1cfd263

Browse files
committed
Update Intercom.podspec
1 parent 9582698 commit 1cfd263

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Intercom.podspec

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ Pod::Spec.new do |s|
99
s.frameworks = ["Foundation", "UIKit", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AVFoundation", "QuartzCore", "CoreGraphics"]
1010
s.requires_arc = true
1111
s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s }
12-
13-
s.platform = :ios, '7.0'
14-
s.ios.platform = :ios, '7.0'
15-
s.ios.preserve_paths = 'ios/Intercom.framework'
16-
s.ios.public_header_files = 'ios/Intercom.framework/Versions/A/Headers/*.h'
17-
s.ios.resource = 'ios/Intercom.framework/Versions/A/Resources/**/*'
18-
s.ios.vendored_frameworks = 'ios/Intercom.framework'
12+
s.platform = :ios, '7.0'
13+
s.preserve_paths = 'ios/Intercom.framework'
14+
s.public_header_files = 'ios/Intercom.framework/Versions/A/Headers/Intercom.h'
15+
s.resources = 'ios/Intercom.framework/Versions/A/Resources/Intercom.bundle'
16+
s.vendored_frameworks = 'ios/Intercom.framework'
1917
end

0 commit comments

Comments
 (0)