Fix build and podfile

This commit is contained in:
Garrett Moon
2016-02-09 10:31:10 -08:00
parent 0be51c1ca2
commit 820390e496
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ Pod::Spec.new do |spec|
spec.subspec 'PINRemoteImage' do |pin|
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
pin.dependency 'PINRemoteImage'
pin.dependency 'PINRemoteImage', '>= 2'
pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
end