forked from payu-intrepos/iOS-Custom-Browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPayUIndia-Custom-Browser.podspec
More file actions
26 lines (23 loc) · 1.53 KB
/
Copy pathPayUIndia-Custom-Browser.podspec
File metadata and controls
26 lines (23 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = "PayUIndia-Custom-Browser"
s.version = "5.7.1"
s.license = "MIT"
s.homepage = "https://github.com/payu-intrepos/iOS-Custom-Browser"
s.author = { "PayUbiz" => "contact@payu.in" }
s.summary = "Custom browser for iOS by PayUbiz"
s.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."
s.source = { :git => "https://github.com/payu-intrepos/iOS-Custom-Browser.git",
:tag => "v5.7.1" }
s.documentation_url = "https://github.com/payu-intrepos/Documentations/wiki/9.-iOS-Custom-Browser#si"
s.platform = :ios , "6.0"
s.source_files = "iOSCustomBrowser/*.{h}"
s.resources = ['iOSCustomBrowser/PUCBImages.xcassets', 'iOSCustomBrowser/*.{xib,plist,html}']
s.public_header_files = "iOSCustomBrowser/*.{h}"
s.preserve_paths = "*.a"
s.vendored_libraries = "libiOSCustomBrowser.a"
s.pod_target_xcconfig = {'OTHER_LDFLAGS' => '-lObjC'}
#Run time config
s.framework = 'WebKit'
s.library = "z"
s.requires_arc = true
end