hlfcoding/Anime

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
use_frameworks!

target 'Anime_Example' do
  platform :ios, '12.1'
  pod 'Anime', :path => '../'

  target 'Anime_Tests' do
    inherit! :search_paths

    
  end
end