Skip to content

Commit

Permalink
[Update] MTQueue (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Feb 8, 2013
1 parent 84dd042 commit 9adf918
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MTQueue/0.0.2/MTQueue.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "MTQueue"
s.version = "0.0.2"
s.summary = "Add blocks to queues in a super terse and readable way."
s.homepage = "https://github.com/mysterioustrousers/MTQueue"
s.license = 'MIT'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTQueue.git", :tag => "0.0.2" }
s.source_files = 'MTQueue/MTq.{h,m}'
s.public_header_files = 'MTQueue/MTq.h'
s.framework = 'Foundation'
s.requires_arc = true
end

0 comments on commit 9adf918

Please sign in to comment.