Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updaing AFOAuth2Client 0.1.0 podspec
  • Loading branch information
mattt committed Dec 28, 2012
1 parent 6464a94 commit f5815f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AFOAuth2Client/0.1.0/AFOAuth2Client.podspec
Expand Up @@ -13,7 +13,10 @@ Pod::Spec.new do |s|
s.dependency 'AFNetworking', '~>1.0'

s.ios.frameworks = 'Security'

s.prefix_header_contents = <<-EOS
#import <Security/Security.h>
#ifdef __OBJC__
#import <Security/Security.h>
#endif /* __OBJC__*/
EOS
end

0 comments on commit f5815f3

Please sign in to comment.