From 61215d85d03b47ca3a9d47d8bbffa2f5efc045d2 Mon Sep 17 00:00:00 2001 From: Alexandr Pavlov Date: Thu, 29 Apr 2021 16:21:14 +0300 Subject: [PATCH] Update podspec metadata --- RXPiOS.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RXPiOS.podspec b/RXPiOS.podspec index 6899f21..a8e6aa3 100755 --- a/RXPiOS.podspec +++ b/RXPiOS.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "RXPiOS" - s.version = "1.7.0" + s.version = "1.7.1" s.summary = "The official Realex Payments iOS SDK for HPP and Remote API." s.homepage = "https://developer.realexpayments.com" s.license = 'MIT' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| "Realex Payments" => "developers@realexpayments.com" } - s.source = { :git => "https://github.com/realexpayments/rxp-ios.git", :tag => "1.6.0" } + s.source = { :git => "https://github.com/realexpayments/rxp-ios.git", :tag => s.version.to_s } s.platform = :ios, '9.0' s.requires_arc = true s.swift_version = '5.0'