Skip to content

Instantly share code, notes, and snippets.

@HBehrens
Last active October 7, 2015 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HBehrens/3100652 to your computer and use it in GitHub Desktop.
Save HBehrens/3100652 to your computer and use it in GitHub Desktop.
CocoaPods Spec for SVWebViewController fork at https://github.com/HBehrens/SVWebViewController
Pod::Spec.new do |s|
s.name = 'SVWebViewController'
s.version = '0.2.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/HBehrens/SVWebViewController.git' }
s.platform = :ios
s.source_files = 'SVWebViewController/*.{h,m}'
s.resources = 'SVWebViewController/SVWebViewController.bundle'
s.requires_arc = true;
s.frameworks = 'MessageUI'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment