- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathWebKitPlus.podspec
More file actions
Latest commit
25 lines (19 loc) · 849 Bytes
/
Copy pathWebKitPlus.podspec
File metadata and controls
25 lines (19 loc) · 849 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
Pod::Spec.newdo |s|
s.name="WebKitPlus"
s.version="0.5.0"
s.summary="A support library for WKWebView."
s.description=<<-DESC
WebKitPlus is a support library for WKWebView in iOS Apps.
DESC
s.authors={"yashigani"=>"tai.fukui@gmail.com"}
s.homepage="https://github.com/yashigani/WebKitPlus"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.ios.deployment_target="12.0"
s.framework="WebKit"
s.source={:git=>"https://github.com/yashigani/WebKitPlus.git",:tag=>"#{s.version}"}
s.source_files="Sources/WebKitPlus/**/*.{swift,h}"
s.resource_bundles={"WebKitPlus"=>["Sources/WebKitPlus/Resources/**/*.lproj"]}
s.pod_target_xcconfig={"APPLICATION_EXTENSION_API_ONLY"=>"YES"}
s.swift_version="5.0"
s.cocoapods_version=">= 1.4.0"
end