Last active
October 7, 2015 03:48
-
-
Save HBehrens/3100652 to your computer and use it in GitHub Desktop.
CocoaPods Spec for SVWebViewController fork at https://github.com/HBehrens/SVWebViewController
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.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