Skip to content

Commit

Permalink
Merge pull request CocoaPods#4699 from travisjeffery/add-trvs-monitor
Browse files Browse the repository at this point in the history
Add TRVSMonitor (0.0.1)
  • Loading branch information
Travis Jeffery committed Oct 15, 2013
2 parents 1542ff6 + 7b6a255 commit f82d466
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TRVSMonitor/0.0.1/TRVSMonitor.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "TRVSMonitor"
s.version = "0.0.1"
s.summary = "A synchronization construct with the ability to wait until signalled that a condition has been met."
s.description = <<-DESC
A synchronization construct with the ability to wait
until signalled that a condition has been met.
Test framework agnostic.
DESC
s.homepage = "https://github.com/travisjeffery/TRVSMonitor"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Travis Jeffery" => "tj@travisjeffery.com" }
s.source = { :git => "https://github.com/travisjeffery/TRVSMonitor.git", :tag => "0.0.1" }
s.source_files = 'TRVSMonitor', 'TRVSMonitor/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit f82d466

Please sign in to comment.