Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created July 30, 2012 04:36
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 alex-cellcity/3204680 to your computer and use it in GitHub Desktop.
Save alex-cellcity/3204680 to your computer and use it in GitHub Desktop.
SVWebViewController.podspec MRC Version
Pod::Spec.new do |s|
s.name = 'SVWebViewController'
s.version = '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.platform = :ios
s.source_files = 'SVWebViewController/*.{h,m}'
s.resources = 'SVWebViewController/SVWebViewController.bundle'
s.clean_paths = 'Demo'
s.frameworks = 'MessageUI'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment