mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-05-30 17:33:38 +08:00
9 lines
253 B
Ruby
9 lines
253 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'cocoapods' # Dependency manager
|
|
gem 'slather' # test coverage reports
|
|
|
|
group :travis do
|
|
gem 'xcpretty-travis-formatter' # xcpretty with sections: Build and Test
|
|
end
|