Skip to content

Commit

Permalink
Update Podspec (TextureGroup#866)
Browse files Browse the repository at this point in the history
* Update the podspec

* Put that back

* Put back the C++ standard library
  • Loading branch information
Adlai-Holler authored and bernieperez committed Apr 25, 2018
1 parent 61a8758 commit 336554c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Pod::Spec.new do |spec|
spec.ios.weak_frameworks = 'AssetsLibrary'
spec.weak_frameworks = 'Photos','MapKit'

spec.requires_arc = true

spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'

Expand All @@ -41,7 +39,6 @@ Pod::Spec.new do |spec|
# See https://github.com/facebook/AsyncDisplayKit/issues/1153
'Source/TextKit/*.h',
]
core.xcconfig = { 'GCC_PRECOMPILE_PREFIX_HEADER' => 'YES' }
end

spec.subspec 'PINRemoteImage' do |pin|
Expand All @@ -66,9 +63,4 @@ Pod::Spec.new do |spec|

spec.social_media_url = 'https://twitter.com/TextureiOS'
spec.library = 'c++'
spec.pod_target_xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
'CLANG_CXX_LIBRARY' => 'libc++'
}

end

0 comments on commit 336554c

Please sign in to comment.