Skip to content

Commit 5f825d7

Browse files
committed
update travis yml and README
1 parent ccda0f8 commit 5f825d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: objective-c
2-
osx_image: xcode9.1
2+
osx_image: xcode10.2
33
script:
44
./build.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To integrate TwitterLoggingService into your Xcode project using CocoaPods, spec
5252
use_frameworks!
5353

5454
target "MyApp" do
55-
pod 'TwitterLoggingService', '~> 2.3.0'
55+
pod 'TwitterLoggingService', '~> 2.5.0'
5656
end
5757
```
5858

0 commit comments

Comments
 (0)