Files
AsyncDisplayKit/examples/AnimatedGIF/Podfile
2016-05-03 20:38:11 -07:00

7 lines
143 B
Ruby

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