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

Commit

Permalink
Merge pull request #5 from rasberik/master
Browse files Browse the repository at this point in the history
Update Podspec and Readme to match Package swift
  • Loading branch information
eharrison committed Nov 1, 2022
1 parent 2760eee commit be96f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
## Requirements

- Swift 5.0
- iOS 9
- iOS 11
- macOS 10.12
- tvOS 10.0
- watchOS 6.0
Expand All @@ -45,7 +45,7 @@ pod 'dotLottieLoader'
### Swift Package Manager

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

## Using dotLottie
Expand Down
4 changes: 2 additions & 2 deletions 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.4'
s.version = '0.1.8'
s.summary = 'An iOS library to natively load .lottie files https://dotlottie.io/'

s.description = <<-DESC
Expand All @@ -29,5 +29,5 @@ dotLottieLoader is an open-source file format that aggregates one or more Lottie

s.source_files = 'Sources/**/*'

s.dependency 'Zip', '~> 1.1'
s.dependency 'Zip', '>= 2.1.2'
end

0 comments on commit be96f70

Please sign in to comment.