mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 22:49:33 +08:00
7 lines
301 B
Ruby
7 lines
301 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'cocoapods', '>= 1.6.0.beta' # debug pod lib lint test_spec failures on travis
|
|
gem 'xcpretty' # to simulate travis output
|
|
gem 'xcpretty-travis-formatter'
|
|
gem 'travis' # to debug builds, see https://docs.travis-ci.com/user/running-build-in-debug-mode/
|