Skip to content

Commit

Permalink
update travis yml and README
Browse files Browse the repository at this point in the history
  • Loading branch information
NSProgrammer committed May 29, 2019
1 parent ccda0f8 commit 5f825d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: objective-c
osx_image: xcode9.1
osx_image: xcode10.2
script:
./build.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 5f825d7

Please sign in to comment.