Skip to content

Commit 0b375cb

Browse files
Merge pull request #33 from alexoverseer/bugfix/update-podspec-metadata
Update podspec metadata
2 parents f6e5cd3 + 61215d8 commit 0b375cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RXPiOS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "RXPiOS"
11-
s.version = "1.7.0"
11+
s.version = "1.7.1"
1212
s.summary = "The official Realex Payments iOS SDK for HPP and Remote API."
1313
s.homepage = "https://developer.realexpayments.com"
1414
s.license = 'MIT'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
"Realex Payments" => "developers@realexpayments.com"
1818
}
1919

20-
s.source = { :git => "https://github.com/realexpayments/rxp-ios.git", :tag => "1.6.0" }
20+
s.source = { :git => "https://github.com/realexpayments/rxp-ios.git", :tag => s.version.to_s }
2121
s.platform = :ios, '9.0'
2222
s.requires_arc = true
2323
s.swift_version = '5.0'

0 commit comments

Comments
 (0)