Skip to content

Commit

Permalink
Add TUSafariActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
javache committed Jan 21, 2013
1 parent b585fcd commit 9e30af9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TUSafariActivity/0.0.1/TUSafariActivity.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'TUSafariActivity'
s.version = '0.0.1'
s.license = 'BSD'
s.summary = 'A UIActivity subclass that opens URLs in Safari.'
s.homepage = 'https://github.com/davbeck/TUSafariActivity'
s.author = { 'David Beck' => 'david@davidbeck.co' }
s.source = { :git => 'https://github.com/davbeck/TUSafariActivity.git', :commit => '4ff1ffdbe6285b367437df516438d139d25649a2' }
s.platform = :ios, '6.0'
s.source_files = 'TUSafariActivity/*.{h,m}'
s.resources = 'TUSafariActivity/*.png', 'TUSafariActivity/*.lproj'
s.requires_arc = true
end

0 comments on commit 9e30af9

Please sign in to comment.