diff --git a/Package.resolved b/Package.resolved index 3aaad35..5fd690d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -15,7 +15,7 @@ "repositoryURL": "https://github.com/payu-intrepos/PayUCommonUI-iOS", "state": { "branch": null, - "revision": "839147c1b5c97236f8e5deb056b4385acad9f066", + "revision": "8692d9abf96d9f58bbdd7b079f35b8cd8a98398b", "version": "1.1.0" } } diff --git a/PayUIndia-Custom-Browser.podspec b/PayUIndia-Custom-Browser.podspec index 7eecf01..778483b 100644 --- a/PayUIndia-Custom-Browser.podspec +++ b/PayUIndia-Custom-Browser.podspec @@ -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" } @@ -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'}