forked from omnissa-archive/captive-web-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCaptiveWebView.podspec
More file actions
25 lines (20 loc) · 959 Bytes
/
CaptiveWebView.podspec
File metadata and controls
25 lines (20 loc) · 959 Bytes
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
# Copyright 2023 VMware, Inc.
# SPDX-License-Identifier: BSD-2-Clause
#
# Be sure to run `pod lib lint CaptiveWebView.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
Pod::Spec.new do |s|
s.name = 'CaptiveWebView'
s.version = '8.0.0'
s.summary = 'The Captive Web View library facilitates use of web technologies in mobile applications.'
s.homepage = 'https://github.com/vmware/captive-web-view'
s.license = { :type => 'BSD-2', :file => 'LICENSE.txt' }
s.author = 'vmware'
s.source = { :git => 'https://github.com/vmware/captive-web-view.git', :tag => "#{s.version}" }
s.ios.deployment_target = '14.0'
s.source_files = '**/Sources/**/*'
s.resources = "**/Sources/CaptiveWebView/Resources/*"
end