Skip to content

Instantly share code, notes, and snippets.

@happyrobots
Last active December 25, 2015 01:59
Show Gist options
  • Save happyrobots/6899075 to your computer and use it in GitHub Desktop.
Save happyrobots/6899075 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'SVWebViewController'
s.version = '0.2'
s.summary = 'A drop-in inline browser for your iOS app.'
s.homepage = 'http://samvermette.com/173'
s.license = 'MIT'
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
s.source = { :git => 'https://github.com/nmutiara/SVWebViewController.git' }
s.platform = :ios
s.source_files = 'SVWebViewController/*.{h,m}'
s.resources = 'SVWebViewController/SVWebViewController.bundle'
s.framework = 'MessageUI'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment