From 506329c88d5cc1a8d761465b9dd9cd907993e5d9 Mon Sep 17 00:00:00 2001 From: Adam McCarthy Date: Thu, 7 Feb 2013 17:25:09 +0000 Subject: [PATCH] [Fix] Intercom (1.0) --- Intercom/1.0/Intercom.podspec | 3 --- 1 file changed, 3 deletions(-) diff --git a/Intercom/1.0/Intercom.podspec b/Intercom/1.0/Intercom.podspec index 312242856a1eb3..d8f3f7c9a4f8b1 100644 --- a/Intercom/1.0/Intercom.podspec +++ b/Intercom/1.0/Intercom.podspec @@ -9,9 +9,6 @@ Pod::Spec.new do |s| files = FileList['Intercom/*.{h,a}'] s.source_files = files - s.library = 'Intercom' - - s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => "$(SRCROOT)/Intercom/" } s.ios.deployment_target = '5.0' s.framework = 'UIKit'