9 lines
151 B
Ruby

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