Update Podspec to support Cocoapods 0.38.x

Fixes #659
This commit is contained in:
Levi McCallum
2015-09-17 13:09:43 -07:00
committed by Levi McCallum
parent ca9b1caca4
commit debb178043

View File

@@ -41,7 +41,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'https://twitter.com/fbOpenSource'
spec.library = 'c++'
spec.xcconfig = {
spec.pod_target_xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
'CLANG_CXX_LIBRARY' => 'libc++'
}