From f5815f3e4da1e0625d0a5d765faceec609f86088 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 28 Dec 2012 11:36:07 -0500 Subject: [PATCH] Updaing AFOAuth2Client 0.1.0 podspec --- AFOAuth2Client/0.1.0/AFOAuth2Client.podspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AFOAuth2Client/0.1.0/AFOAuth2Client.podspec b/AFOAuth2Client/0.1.0/AFOAuth2Client.podspec index 353c6edc39c76a..e7b7123a0784f1 100644 --- a/AFOAuth2Client/0.1.0/AFOAuth2Client.podspec +++ b/AFOAuth2Client/0.1.0/AFOAuth2Client.podspec @@ -13,7 +13,10 @@ Pod::Spec.new do |s| s.dependency 'AFNetworking', '~>1.0' s.ios.frameworks = 'Security' + s.prefix_header_contents = <<-EOS -#import +#ifdef __OBJC__ + #import +#endif /* __OBJC__*/ EOS end