Disable PINRemoteImage

Probably won't work but easier than writing support for PINRemoteImage
This commit is contained in:
aaronschubert0
2016-02-23 10:29:43 +00:00
parent 106b5f5d4a
commit ae965ae940

View File

@@ -49,14 +49,14 @@ Pod::Spec.new do |spec|
]
end
spec.subspec 'PINRemoteImage' do |pin|
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
pin.dependency 'PINRemoteImage/iOS', '>= 2'
pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
end
# spec.subspec 'PINRemoteImage' do |pin|
# pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
# pin.dependency 'PINRemoteImage/iOS', '>= 2'
# pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
# end
# Include optional FLAnimatedImage module
spec.default_subspec = 'PINRemoteImage'
//spec.default_subspec = 'PINRemoteImage'
spec.social_media_url = 'https://twitter.com/fbOpenSource'
spec.library = 'c++'