2016-04-21 11:07:08 -07:00

8 lines
258 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'ASAnimatedImage' do
pod 'AsyncDisplayKit', :path => '../..'
pod 'PINRemoteImage', :git => 'https://github.com/pinterest/PINRemoteImage.git', :branch => 'addPINAnimatedImage'
end