Skip to content

Instantly share code, notes, and snippets.

@cipolleschi
Last active March 15, 2020 14:48
Show Gist options
  • Save cipolleschi/6f7ba87055e0ad86afd199148b0ea9b4 to your computer and use it in GitHub Desktop.
Save cipolleschi/6f7ba87055e0ad86afd199148b0ea9b4 to your computer and use it in GitHub Desktop.
Default podfile for katana and tempura
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'DiceRoller' do
platform :ios, '13.0'
pod 'Katana', '~> 3.0'
pod 'Tempura', '~> 4.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment