From 5f825d745742803dac914dc73513d10c98edef59 Mon Sep 17 00:00:00 2001 From: Nolan O'Brien Date: Wed, 29 May 2019 12:12:35 -0700 Subject: [PATCH] update travis yml and README --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f6b7f4..63e409b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: objective-c -osx_image: xcode9.1 +osx_image: xcode10.2 script: ./build.sh diff --git a/README.md b/README.md index ce44117..95ed69e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To integrate TwitterLoggingService into your Xcode project using CocoaPods, spec use_frameworks! target "MyApp" do - pod 'TwitterLoggingService', '~> 2.3.0' + pod 'TwitterLoggingService', '~> 2.5.0' end ```