Files
AsyncDisplayKit/examples/ASLayoutSpecPlayground/Podfile
2016-07-15 19:07:04 +07:00

7 lines
134 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.1'
target 'Sample' do
pod 'AsyncDisplayKit', :path => '../..'
end