From 013b8cba6ef6ebcc3a41370bfc7e410a871c938d Mon Sep 17 00:00:00 2001 From: Evandro Date: Mon, 8 Feb 2021 14:18:31 +0800 Subject: [PATCH] [CHORE] Updated pod version --- README.md | 2 +- dotLottieLoader.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14fbb03..1e04ab3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ pod 'dotLottieLoader' ### Swift Package Manager ```swift -.package(url: "https://github.com/dotlottie/dotLottieLoader-ios.git", from: "0.1.1") +.package(url: "https://github.com/dotlottie/dotLottieLoader-ios.git", from: "0.1.2") ``` ## Using dotLottie diff --git a/dotLottieLoader.podspec b/dotLottieLoader.podspec index 64f81d2..821fd12 100644 --- a/dotLottieLoader.podspec +++ b/dotLottieLoader.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'dotLottieLoader' - s.version = '0.1.1' + s.version = '0.1.2' s.summary = 'An iOS library to natively load .lottie files https://dotlottie.io/' s.description = <<-DESC