From bee6e34da89db19355e8792d731bfaf331ece428 Mon Sep 17 00:00:00 2001 From: Adam McCarthy Date: Thu, 7 Feb 2013 15:45:05 +0000 Subject: [PATCH] [Fix] Intercom (1.0) --- Intercom/1.0/Intercom.podspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Intercom/1.0/Intercom.podspec b/Intercom/1.0/Intercom.podspec index d748bba8..71b78d29 100644 --- a/Intercom/1.0/Intercom.podspec +++ b/Intercom/1.0/Intercom.podspec @@ -6,7 +6,10 @@ Pod::Spec.new do |s| s.homepage = 'http://www.intercom.io' s.author = { "Adam McCarthy" => "adam@intercom.io" } s.source = { :git => 'https://github.com/intercom/intercom-ios.git', :tag => '1.0' } - s.source_files = 'Intercom' + s.source_files = '**/*.h' + s.preserve_paths = '**/*.a' + s.library = 'libIntercom' + s.ios.deployment_target = '5.0' s.prefix_header_contents = <<-EOS