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"