- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathICWebViewController.podspec
More file actions
Latest commit
24 lines (15 loc) · 768 Bytes
/
Copy pathICWebViewController.podspec
File metadata and controls
24 lines (15 loc) · 768 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="ICWebViewController"
s.version="0.0.2"
s.summary="A simple UIViewController contains a WKWebView"
s.description='Support show title of webview and progress of loading'
s.homepage="https://github.com/interchen/ICWebViewController"
s.license={:type=>"MIT",:file=>"LICENSE.md"}
s.author={"Chen Yanjun"=>"inter.chen@gmail.com"}
s.social_media_url="https://twitter.com/azhunchen"
s.ios.deployment_target='8.0'
s.source={:git=>"https://github.com/interchen/ICWebViewController.git",:tag=>s.version}
s.source_files='ICWebViewController/IC*.swift'
s.resources='ICWebViewController/*.png'
s.requires_arc=true
end