Skip to content

Commit

Permalink
[Fix] InMobiSDK (3.6.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Mar 11, 2013
1 parent 6a7b2ea commit 7aa4ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InMobiSDK/3.6.5/InMobiSDK.podspec
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source_files = '*.{h,m}' s.source_files = '*.{h,m}'
s.public_header_files = '*.h' s.public_header_files = '*.h'
s.preserve_paths = '*.a' 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.frameworks = 'AdSupport', 'CoreTelephony', 'AVFoundation', 'MediaPlayer', 'Security', 'SystemConfiguration', 'MessageUI', 'Foundation', 'UIKit', 'CoreGraphics'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '${PODS_ROOT}/InMobiSDK' } s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '${PODS_ROOT}/InMobiSDK' }
end end

0 comments on commit 7aa4ac7

Please sign in to comment.