Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
[CHORE] Updated pod version to match tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eharrison committed Feb 8, 2021
1 parent 013b8cb commit f68154f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pod 'dotLottieLoader'
### Swift Package Manager

```swift
.package(url: "https://github.com/dotlottie/dotLottieLoader-ios.git", from: "0.1.2")
.package(url: "https://github.com/dotlottie/dotLottieLoader-ios.git", from: "0.1.3")
```

## Using dotLottie
Expand Down
2 changes: 1 addition & 1 deletion dotLottieLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'dotLottieLoader'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'An iOS library to natively load .lottie files https://dotlottie.io/'

s.description = <<-DESC
Expand Down

0 comments on commit f68154f

Please sign in to comment.