13 lines
559 B
Ruby
13 lines
559 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SVWebViewController'
|
|
s.version = '0.0.1'
|
|
s.summary = 'A drop-in inline browser for your iOS app.'
|
|
s.homepage = 'https://github.com/samvermette/SVWebViewController'
|
|
s.author = { 'Sam Vermette' => 'http://samvermette.com' }
|
|
s.source = { :git => 'https://github.com/samvermette/SVWebViewController.git',
|
|
:commit => '3044698e210318cca7d9acf5b2ca3394ea389723' }
|
|
s.resources = 'SVWebViewController/SVWebViewController.bundle/**/*.png'
|
|
s.source_files = '*.{h,m}'
|
|
s.clean_paths = 'Demo'
|
|
end
|