Skip to content

Commit

Permalink
Added podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
JaviSoto committed Jul 12, 2013
1 parent 031b403 commit 687f9dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MSWeakTimer.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "MSWeakTimer"
s.version = "1.0.0"
s.summary = "Thread-safe NSTimer alternative that doesn't retain the target and supports being used with GCD queues."
s.homepage = "https://github.com/mindsnacks/MSWeakTimer"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Javier Soto" => "ios@javisoto.es" }

s.source = { :git => "https://github.com/mindsnacks/MSWeakTimer.git", :tag => "1.0.0" }
s.platform = :ios, '4.3'
s.source_files = 'MSWeakTimer.{h,m}'
s.requires_arc = true
end

0 comments on commit 687f9dd

Please sign in to comment.