Skip to content

Commit

Permalink
Merge pull request #83 from pokepay/podspec-depency-update
Browse files Browse the repository at this point in the history
Update Podspec Dependencies
  • Loading branch information
ZweWaiYanHtet authored Aug 7, 2024
2 parents 386af9d + c0b9c61 commit 1fdca26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pokepay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ iOS SDK for Pokepay written in Swift.
s.homepage = "https://pay.pocket-change.jp"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "Eitaro Fukamachi" => "eitaro.fukamachi@pocket-change.jp" }
s.platform = :ios, "10.0"
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/pokepay/ios-sdk.git", :tag => "#{s.version}" }
s.source_files = "Sources/**/*.swift", "Sources/**/*.h"
s.swift_version = "5.0"
s.dependency "APIKit", "~> 4.0.0"
s.dependency "Result", "~> 4.0.0"
s.dependency "APIKit", "~> 5.4.0"
s.dependency "Result", "~> 5.0.0"
end

0 comments on commit 1fdca26

Please sign in to comment.