Fix Podfile is missing target for samples

This commit is contained in:
Michael Schneider
2016-04-21 11:07:08 -07:00
parent dd4853bf3a
commit 563e52bb6a
42 changed files with 12535 additions and 5702 deletions

View File

@@ -1,3 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'AsyncDisplayKit', :path => '../..'
platform :ios, '7.1'
target 'Sample' do
pod 'AsyncDisplayKit', :path => '../..'
end