Fix the Travic-CI script because of rubygem version bump, update the readme
This commit is contained in:
parent
cad41dc4f8
commit
fb91d2990b
|
@ -13,7 +13,7 @@ notifications:
|
|||
before_install:
|
||||
- env
|
||||
- locale
|
||||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
|
||||
- gem install xcpretty --no-document --quiet
|
||||
- xcpretty --version
|
||||
- xcodebuild -version
|
||||
- xcodebuild -showsdks
|
||||
|
|
10
README.md
10
README.md
|
@ -17,6 +17,14 @@ This also contains the Swift Package Manager support
|
|||
|
||||
## Installation
|
||||
|
||||
#### CocoaPods
|
||||
|
||||
libwebp is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
|
||||
|
||||
```ruby
|
||||
pod 'libwebp'
|
||||
```
|
||||
|
||||
### Carthage
|
||||
|
||||
libwebp is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).
|
||||
|
@ -29,7 +37,7 @@ github "SDWebImage/libwebp-Xcode"
|
|||
|
||||
Libwebp is available through [Swift Package Manager](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg).
|
||||
|
||||
```
|
||||
```swift
|
||||
let package = Package(
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.1.0")
|
||||
|
|
Loading…
Reference in New Issue