Skip to content

Commit

Permalink
Support NO Cost EMI and SKU Product offer
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhGar committed Mar 7, 2024
1 parent 1bf07ac commit dc8a256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repositoryURL": "https://github.com/payu-intrepos/PayUCommonUI-iOS",
"state": {
"branch": null,
"revision": "839147c1b5c97236f8e5deb056b4385acad9f066",
"revision": "8692d9abf96d9f58bbdd7b079f35b8cd8a98398b",
"version": "1.1.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions PayUIndia-Custom-Browser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayUIndia-Custom-Browser"
s.version = "10.1.0"
s.version = "10.2.0"
s.license = "MIT"
s.homepage = "https://github.com/payu-intrepos/iOS-Custom-Browser"
s.author = { "PayUbiz" => "contact@payu.in" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/payu-intrepos/iOS-Custom-Browser.git",
:tag => "#{s.version}" }

s.ios.deployment_target = "11.0"
s.ios.deployment_target = "12.0"
s.vendored_frameworks = 'PayUCustomBrowser.xcframework'

s.pod_target_xcconfig = {'OTHER_LDFLAGS' => '-lObjC'}
Expand Down

0 comments on commit dc8a256

Please sign in to comment.