Skip to content

Commit

Permalink
Adding BDMultiDownloader 0.0.3 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
norsez committed Nov 7, 2012
1 parent f3cff38 commit d3d65ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BDMultiDownloader/0.0.2/BDMultiDownloader.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'BDMultiDownloader'
s.version = '0.0.2'
s.license = 'BSD'
s.summary = 'Simple block-based concurrent multiple-URL data downloader based only on NSURLConnection.'
s.homepage = 'https://github.com/norsez/BDMultiDownloader'
s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' }
s.source = { :git => 'https://github.com/norsez/BDMultiDownloader.git', :tag => '0.0.2' }
s.description = 'Simple block-based concurrent multiple-URL data downloader based only on NSURLConnection. Your app needs to download concurrently from multiple URLs (local or not). This class does it a simple way using blocks and NSURLConnection.'
s.platform = :ios
s.source_files = 'Classes', 'Classes'
s.requires_arc = true
end

0 comments on commit d3d65ef

Please sign in to comment.