File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ notifications:
13
13
before_install :
14
14
- env
15
15
- locale
16
- - gem install xcpretty --no-rdoc --no-ri --no- document --quiet
16
+ - gem install xcpretty --no-document --quiet
17
17
- xcpretty --version
18
18
- xcodebuild -version
19
19
- xcodebuild -showsdks
Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ This also contains the Swift Package Manager support
17
17
18
18
## Installation
19
19
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
+
20
28
### Carthage
21
29
22
30
libwebp is (via this repo) available through [ Carthage] ( https://github.com/Carthage/Carthage ) .
@@ -29,7 +37,7 @@ github "SDWebImage/libwebp-Xcode"
29
37
30
38
Libwebp is available through [ Swift Package Manager] ( https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg ) .
31
39
32
- ```
40
+ ``` swift
33
41
let package = Package (
34
42
dependencies : [
35
43
.package (url : " https://github.com/SDWebImage/libwebp-Xcode" , from : " 1.1.0" )
You can’t perform that action at this time.
0 commit comments