Missed #def ing out the header I guess?

This commit is contained in:
Garrett Moon
2016-06-06 12:33:50 -07:00
parent 4890777dcb
commit 7358fa9182
3 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ Pod::Spec.new do |spec|
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.8' }
spec.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.2'
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
spec.frameworks = 'AssetsLibrary'
@@ -60,7 +58,6 @@ Pod::Spec.new do |spec|
end
spec.subspec 'PINRemoteImage' do |pin|
pin.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(PODS_ROOT)/PINRemoteImage"}
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
pin.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.2'
pin.dependency 'AsyncDisplayKit/Core'