From 7aa4ac7b3b9559d92e4d2a0555eacdb614f40ad4 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Tue, 12 Mar 2013 04:47:58 +0900 Subject: [PATCH] [Fix] InMobiSDK (3.6.5) --- InMobiSDK/3.6.5/InMobiSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InMobiSDK/3.6.5/InMobiSDK.podspec b/InMobiSDK/3.6.5/InMobiSDK.podspec index 1adb45f865ed26..29302de67c191d 100644 --- a/InMobiSDK/3.6.5/InMobiSDK.podspec +++ b/InMobiSDK/3.6.5/InMobiSDK.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.source_files = '*.{h,m}' s.public_header_files = '*.h' s.preserve_paths = '*.a' - s.libraries = 'InMobiAdNetwork-3.6.5', 'libInMobiCommons-3.6.5' + s.libraries = 'InMobiAdNetwork-3.6.5', 'InMobiCommons-3.6.5' s.frameworks = 'AdSupport', 'CoreTelephony', 'AVFoundation', 'MediaPlayer', 'Security', 'SystemConfiguration', 'MessageUI', 'Foundation', 'UIKit', 'CoreGraphics' s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '${PODS_ROOT}/InMobiSDK' } end