Skip to content

Instantly share code, notes, and snippets.

@javache
Created January 21, 2013 21:13
Show Gist options
  • Save javache/4589451 to your computer and use it in GitHub Desktop.
Save javache/4589451 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "TUSafariActivity"
s.version = "0.0.1"
s.summary = "A UIActivity subclass that opens URLs in Safari."
s.homepage = "https://github.com/davbeck/TUSafariActivity"
s.author = { "David Beck" => "[email protected]" }
s.source = { :git => "https://github.com/davbeck/TUSafariActivity.git", :commit => "4ff1ffdbe6285b367437df516438d139d25649a2" }
s.platform = :ios
s.source_files = "TUSafariActivity/*.{h,m}"
s.resources = "TUSafariActivity/*.png", "TUSafariActivity/*.lproj"
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment