FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frames-ios/Checkout.podspec at main · checkout/frames-ios · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
checkout
/
frames-ios
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
107
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
frames-ios
/
Checkout.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (19 loc) · 804 Bytes
Breadcrumbs
frames-ios
/
Checkout.podspec
Copy path
File metadata and controls
25 lines (19 loc) · 804 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'Checkout'
s
.
version
=
'4.4.0'
s
.
summary
=
'Checkout SDK for iOS'
s
.
description
=
<<-DESC
Checkout Core functionality can only be used with the right level of PCI Compliance.
Please contact us for more details.
DESC
s
.
homepage
=
'https://github.com/checkout/frames-ios'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
"Checkout.com Integration"
=>
"integration@checkout.com"
}
s
.
source
=
{
:git
=>
"https://github.com/checkout/frames-ios.git"
,
:tag
=>
s
.
version
}
s
.
ios
.
deployment_target
=
'13.0'
s
.
swift_version
=
"5.7"
s
.
source_files
=
'Checkout/Source/**/*.swift'
s
.
exclude_files
=
"Checkout/Samples/**"
s
.
dependency
'CheckoutEventLoggerKit'
,
'~> 1.2.4'
s
.
dependency
'Risk'
,
'~> 4.0.1'
end
Back
|
FazBrowse Home
|
New Git URL