Murmeko/GIFFromImages

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
use_frameworks!

platform :ios, '12.0'

target 'GIFFromImages_Example' do
  pod 'GIFFromImages', :path => '../'

  target 'GIFFromImages_Tests' do
    inherit! :search_paths

    
  end
end