FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AFWebViewController/AFWebViewController.podspec at master · Fogh/AFWebViewController · GitHub
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Fogh
/
AFWebViewController
Public archive
Notifications
You must be signed in to change notification settings
Fork
11
Star
40
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AFWebViewController
/
AFWebViewController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 755 Bytes
Breadcrumbs
AFWebViewController
/
AFWebViewController.podspec
Copy path
File metadata and controls
18 lines (17 loc) · 755 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'AFWebViewController'
s
.
version
=
'1.3'
s
.
summary
=
'In-app browser that uses WKWebView'
s
.
homepage
=
'https://github.com/Fogh/AFWebViewController'
s
.
license
=
'MIT'
s
.
author
=
{
'Anders Fogh Eriksen'
=>
'andfogh@gmail.com'
}
s
.
source
=
{
:git
=>
'https://github.com/Fogh/AFWebViewController.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
platform
=
:ios
,
'8.0'
s
.
weak_framework
=
'WebKit'
s
.
source_files
=
'AFWebViewController/*.{h,m}'
s
.
resources
=
'AFWebViewController/AFWebViewController.bundle'
s
.
requires_arc
=
true
s
.
social_media_url
=
'https://twitter.com/f0gh'
s
.
dependency
'TUSafariActivity'
,
'~> 1.0.4'
s
.
dependency
'ARChromeActivity'
,
'~> 1.0.4'
end
Back
|
FazBrowse Home
|
New Git URL