From 55f9541011fc7fd612b473cb9cf70e19740e2ce0 Mon Sep 17 00:00:00 2001 From: eduzatoni Date: Thu, 5 Aug 2021 10:53:02 +0200 Subject: [PATCH] chore: update ios podspec to 1.4.0 --- ios/RNEmarsysWrapper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNEmarsysWrapper.podspec b/ios/RNEmarsysWrapper.podspec index acad43d..52e1b43 100644 --- a/ios/RNEmarsysWrapper.podspec +++ b/ios/RNEmarsysWrapper.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } s.platform = :ios, "11.0" - s.source = { :git => "https://git@github.com/emartech/react-native-emarsys-sdk.git", :tag => "master" } + s.source = { :git => "https://git@github.com/emartech/react-native-emarsys-sdk.git", :tag => "1.4.0" } s.source_files = "ios/*.{h,m}" s.requires_arc = true s.dependency "React", ">= 0.60.0"