Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RajvinderPayU committed Sep 10, 2019
1 parent 0ba27ab commit 7063974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PayUmoney_CoreSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
Pod::Spec.new do |s|

s.name = "PayUmoney_CoreSDK"
s.version = "3.7"
s.version = "3.8"
s.summary = "PayUmoney iOS SDK"
s.description = "This is a native SDK to integrate PayUmoney services with iOS apps"

s.homepage = "https://github.com/payu-intrepos/PayUMoney-IOS-SDK"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Umang Arya" => "[email protected]" }
s.source = { :git => "https://github.com/payu-intrepos/PayUMoney-IOS-SDK.git", :tag => "PayUmoney_CoreSDK.3.7" }
s.source = { :git => "https://github.com/payu-intrepos/PayUMoney-IOS-SDK.git", :tag => "PayUmoney_CoreSDK.3.8" }

s.ios.deployment_target = '8.0'
s.requires_arc = true
Expand Down

0 comments on commit 7063974

Please sign in to comment.