Skip to content

Commit

Permalink
IISIISerialAsyncOperationQueue 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Inferis committed Sep 14, 2014
1 parent 9821a17 commit 0c6b091
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'IISerialAsyncOperationQueue'
s.version = '1.0'
s.summary = 'A serial queue supporting async operations. The next operation starts only after the previous one completes.'
s.homepage = 'https://github.com/Inferis/IISerialAsyncOperationQueue'
s.social_media_url = 'https://twitter.com/inferis'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Tom Adriaenssen' => 'http://inferis.org/' }
s.source = { :git => 'https://github.com/Inferis/IISerialAsyncOperationQueue.git',
:tag => '1.0'}
s.source_files = 'IISerialAsyncOperationQueue/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 0c6b091

Please sign in to comment.