Skip to content

Commit

Permalink
Update Intercom.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Mar 9, 2015
1 parent 9582698 commit 1cfd263
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Intercom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ Pod::Spec.new do |s|
s.frameworks = ["Foundation", "UIKit", "Security", "SystemConfiguration", "MobileCoreServices", "ImageIO", "AVFoundation", "QuartzCore", "CoreGraphics"]
s.requires_arc = true
s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => s.version.to_s }

s.platform = :ios, '7.0'
s.ios.platform = :ios, '7.0'
s.ios.preserve_paths = 'ios/Intercom.framework'
s.ios.public_header_files = 'ios/Intercom.framework/Versions/A/Headers/*.h'
s.ios.resource = 'ios/Intercom.framework/Versions/A/Resources/**/*'
s.ios.vendored_frameworks = 'ios/Intercom.framework'
s.platform = :ios, '7.0'
s.preserve_paths = 'ios/Intercom.framework'
s.public_header_files = 'ios/Intercom.framework/Versions/A/Headers/Intercom.h'
s.resources = 'ios/Intercom.framework/Versions/A/Resources/Intercom.bundle'
s.vendored_frameworks = 'ios/Intercom.framework'
end

0 comments on commit 1cfd263

Please sign in to comment.