Skip to content

Commit fb91d29

Browse files
committed
Fix the Travic-CI script because of rubygem version bump, update the readme
1 parent cad41dc commit fb91d29

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ notifications:
1313
before_install:
1414
- env
1515
- locale
16-
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
16+
- gem install xcpretty --no-document --quiet
1717
- xcpretty --version
1818
- xcodebuild -version
1919
- xcodebuild -showsdks

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ This also contains the Swift Package Manager support
1717

1818
## Installation
1919

20+
#### CocoaPods
21+
22+
libwebp is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
23+
24+
```ruby
25+
pod 'libwebp'
26+
```
27+
2028
### Carthage
2129

2230
libwebp is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).
@@ -29,7 +37,7 @@ github "SDWebImage/libwebp-Xcode"
2937

3038
Libwebp is available through [Swift Package Manager](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg).
3139

32-
```
40+
```swift
3341
let package = Package(
3442
dependencies: [
3543
.package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.1.0")

0 commit comments

Comments
 (0)