forked from dzenbot/DZNWebViewController
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCruiserWebViewController.podspec
More file actions
22 lines (18 loc) · 895 Bytes
/
CruiserWebViewController.podspec
File metadata and controls
22 lines (18 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@version = "7.0"
Pod::Spec.new do |s|
s.name = "CruiserWebViewController"
s.version = @version
s.summary = "Yet another one WebKit browser controller with enhanced navigation and additional controls."
s.homepage = "https://github.com/pitometsu/CruiserWebViewController"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ignacio Romero Z." => "iromero@dzen.cl",
"Yuriy Pitomets V." => "pitometsu@gmail.com"}
s.source = { :git => "https://github.com/pitometsu/CruiserWebViewController.git",
:tag => "v#{s.version}" }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/Classes/*.{h,m}'
s.resources = 'Source/Resources/*.*'
s.framework = 'UIKit', 'WebKit'
s.dependency 'IPSqueezableViewController', '>= 0.0.2'
end