Skip to content

Commit

Permalink
Releasing UPI frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Arya committed Sep 25, 2020
1 parent 5fd8078 commit 523a1a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PayUIndia-Logger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayUIndia-Logger"
s.version = "2.0.1-beta1"
s.version = "2.0.1"
s.license = "MIT"
s.homepage = "https://app.gitbook.com/@payumobile/s/sdk-integration/v/master/ios/upi-standalone-ios"
s.author = { "PayUbiz" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions PayUIndia-Networking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayUIndia-Networking"
s.version = "2.0.1-beta2"
s.version = "2.0.1"
s.license = "MIT"
s.homepage = "https://app.gitbook.com/@payumobile/s/sdk-integration/v/master/ios/upi-standalone-ios"
s.author = { "PayUbiz" => "[email protected]" }
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "10.0"
s.vendored_frameworks = 'Dependencies/PayUNetworkingKit.framework'

s.dependency 'PayUIndia-Logger', '2.0.1-beta1'
s.dependency 'PayUIndia-Logger', '2.0.1'

end
4 changes: 2 additions & 2 deletions PayUIndia-UPI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayUIndia-UPI"
s.version = "3.0.1-beta1"
s.version = "3.0.1"
s.license = "MIT"
s.homepage = "https://app.gitbook.com/@payumobile/s/sdk-integration/v/master/ios/upi-standalone-ios"
s.author = { "PayUbiz" => "[email protected]" }
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "10.0"
s.vendored_frameworks = 'Dependencies/PayUUPIKit.framework'

s.dependency 'PayUIndia-UPICore', '3.0.1-beta1'
s.dependency 'PayUIndia-UPICore', '3.0.1'

end
4 changes: 2 additions & 2 deletions PayUIndia-UPICore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayUIndia-UPICore"
s.version = "3.0.1-beta1"
s.version = "3.0.1"
s.license = "MIT"
s.homepage = "https://app.gitbook.com/@payumobile/s/sdk-integration/v/master/ios/upi-standalone-ios"
s.author = { "PayUbiz" => "[email protected]" }
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "10.0"
s.vendored_frameworks = 'Dependencies/PayUUPICoreKit.framework'

s.dependency 'PayUIndia-Networking', '2.0.1-beta2'
s.dependency 'PayUIndia-Networking', '2.0.1'
s.dependency 'Socket.IO-Client-Swift', '15.1.0'

end

0 comments on commit 523a1a3

Please sign in to comment.