2 "name": "BDMultiDownloader",
5 "summary": "Simple block-based concurrent multiple-URL data downloader based only on NSURLConnection.",
6 "homepage": "https://github.com/norsez/BDMultiDownloader",
8 "Norsez Orankijanan": "norsez@gmail.com"
11 "git": "https://github.com/norsez/BDMultiDownloader.git",
14 "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.",