Podfile 343 B

123456789101112
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'gifImageDemo' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. pod 'SDWebImage', '~> 4.0.0'
  7. pod 'SDWebImage/GIF'
  8. pod 'FLAnimatedImage', '~> 1.0'
  9. # Pods for gifImageDemo
  10. end