FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebViewJavascriptBridge/WebViewJavascriptBridge.podspec at master · WebGameLinux/WebViewJavascriptBridge · GitHub
WebGameLinux
/
WebViewJavascriptBridge
Public
forked from
marcuswestin/WebViewJavascriptBridge
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
WebViewJavascriptBridge
/
WebViewJavascriptBridge.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 952 Bytes
Breadcrumbs
WebViewJavascriptBridge
/
WebViewJavascriptBridge.podspec
Copy path
File metadata and controls
17 lines (17 loc) · 952 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'WebViewJavascriptBridge'
s
.
version
=
'5.0.5'
s
.
summary
=
'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s
.
homepage
=
'https://github.com/marcuswestin/WebViewJavascriptBridge'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'marcuswestin'
=>
'marcus.westin@gmail.com'
}
s
.
requires_arc
=
true
s
.
source
=
{
:git
=>
'https://github.com/marcuswestin/WebViewJavascriptBridge.git'
,
:tag
=>
'v'
+
s
.
version
.
to_s
}
s
.
platforms
=
{
:ios
=>
"5.0"
,
:osx
=>
""
}
s
.
ios
.
source_files
=
'WebViewJavascriptBridge/*.{h,m}'
s
.
osx
.
source_files
=
'WebViewJavascriptBridge/*.{h,m}'
s
.
ios
.
private_header_files
=
'WebViewJavascriptBridge/WebViewJavascriptBridge_JS.h'
s
.
osx
.
private_header_files
=
'WebViewJavascriptBridge/WebViewJavascriptBridge_JS.h'
s
.
ios
.
framework
=
'UIKit'
s
.
osx
.
framework
=
'WebKit'
end
Back
|
FazBrowse Home
|
New Git URL