Skip to content

Commit

Permalink
Merge pull request #33 from alexoverseer/bugfix/update-podspec-metadata
Browse files Browse the repository at this point in the history
Update podspec metadata
  • Loading branch information
securesubmit-buildmaster authored Apr 29, 2021
2 parents f6e5cd3 + 61215d8 commit 0b375cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RXPiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 0b375cb

Please sign in to comment.