We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e5cd3 + 61215d8 commit 0b375cbCopy full SHA for 0b375cb
RXPiOS.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = "RXPiOS"
11
- s.version = "1.7.0"
+ s.version = "1.7.1"
12
s.summary = "The official Realex Payments iOS SDK for HPP and Remote API."
13
s.homepage = "https://developer.realexpayments.com"
14
s.license = 'MIT'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
"Realex Payments" => "developers@realexpayments.com"
18
}
19
20
- 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 }
21
s.platform = :ios, '9.0'
22
s.requires_arc = true
23
s.swift_version = '5.0'
0 commit comments