Last active
December 25, 2015 01:59
-
-
Save happyrobots/6899075 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
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