Files
Swiftgram/examples/AnimatedGIF/Podfile
2016-04-25 13:18:31 -07:00

8 lines
182 B
Ruby

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