[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / e / a / 3 / PayUIndia-Custom-Browser / 10.0.1 / PayUIndia-Custom-Browser.podspec.json
blobea6ac68660fe99e676ca69a35b2b04981fa1bd18
2   "name": "PayUIndia-Custom-Browser",
3   "version": "10.0.1",
4   "license": "MIT",
5   "homepage": "https://github.com/payu-intrepos/iOS-Custom-Browser",
6   "authors": {
7     "PayUbiz": "contact@payu.in"
8   },
9   "summary": "Custom browser for iOS by PayUbiz",
10   "description": "iOS custom browser by PayUbiz helps user in payment flow to pay in as few taps as possible. The bank pages are generally not optimised for mobiles. It simplifies the awkward looking bank page on mobiles for user and helps in completing the transaction quickly. iOS custom browser gives custom controls (native UIButtons) to user which work as shortcuts to generate/enter OTP and pin. It helps in increasing the success rate of transactions.",
11   "source": {
12     "git": "https://github.com/payu-intrepos/iOS-Custom-Browser.git",
13     "tag": "10.0.1"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "vendored_frameworks": "PayUCustomBrowser.xcframework",
19   "pod_target_xcconfig": {
20     "OTHER_LDFLAGS": "-lObjC"
21   },
22   "frameworks": "WebKit",
23   "libraries": "z",
24   "requires_arc": true,
25   "dependencies": {
26     "PayUIndia-Analytics": [
27       "3.0"
28     ],
29     "PayUIndia-CommonUI": [
30       "~>1.0"
31     ]
32   }