mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-04-30 05:05:17 +08:00
use cococapods 1.8.0.beta.1
to fix twitter url validation broken in 1.7.5 see https://travis-ci.org/paulz/PerspectiveTransform/jobs/568499232#L856
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -1,6 +1,7 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'cocoapods' # manage xcode project dependecies
|
||||
gem 'cocoapods', # manage xcode project dependecies
|
||||
'~>1.8.0.beta' # to include fix for lib lint failing on twitter url for 1.7.5, see https://github.com/CocoaPods/Cocoapods/pull/9053
|
||||
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/
|
||||
|
||||
Reference in New Issue
Block a user