[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 6 / e / BDMultiDownloader / 0.0.2 / BDMultiDownloader.podspec.json
blobba7a32664374cb3563b7c67d115c23d67b6347fb
2   "name": "BDMultiDownloader",
3   "version": "0.0.2",
4   "license": "BSD",
5   "summary": "Simple block-based concurrent multiple-URL data downloader based only on NSURLConnection.",
6   "homepage": "https://github.com/norsez/BDMultiDownloader",
7   "authors": {
8     "Norsez Orankijanan": "norsez@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/norsez/BDMultiDownloader.git",
12     "tag": "0.0.2"
13   },
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.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "Classes",
20     "Classes"
21   ],
22   "requires_arc": true