Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request TransitApp#41 from Fogh/master
Browse files Browse the repository at this point in the history
Added Podfile for CocoaPods support
  • Loading branch information
samvermette committed Feb 26, 2013
2 parents 2d7c00f + 1f73d80 commit 1a52d3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SVWebViewController.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SVWebViewController'
s.version = '0.0.1'
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/samvermette/SVWebViewController.git', :commit => '2d7c00f348' }
s.platform = :ios
s.source_files = 'SVWebViewController/*.{h,m}'
s.resources = 'SVWebViewController/SVWebViewController.bundle'
s.framework = 'MessageUI'
s.requires_arc = true
end

0 comments on commit 1a52d3a

Please sign in to comment.