forked from TimOliver/TOWebViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTOWebViewController.podspec
More file actions
14 lines (13 loc) · 590 Bytes
/
TOWebViewController.podspec
File metadata and controls
14 lines (13 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'TOWebViewController'
s.version = '2.0.4'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A view controller for iOS that allows users to quickly view web pages from within an app.'
s.homepage = 'https://github.com/TimOliver/TOWebViewController'
s.author = 'Tim Oliver'
s.source = { :git => 'https://github.com/TimOliver/TOWebViewController.git', :tag => '2.0.4' }
s.platform = :ios, '5.0'
s.source_files = 'TOWebViewController/**/*.{h,m}'
s.resources = 'TOWebViewController/*.lproj'
s.requires_arc = true
end