Skip to content

Commit

Permalink
Update podspec metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexoverseer committed Apr 29, 2021
1 parent f6e5cd3 commit 61215d8
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" => "[email protected]"
}

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 61215d8

Please sign in to comment.