[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 2 / 1 / SRDownloadManager / 1.0.0 / SRDownloadManager.podspec.json
blobaeca141082d97960a4a4649a14de1a3a2fbdbe30
2   "name": "SRDownloadManager",
3   "version": "1.0.0",
4   "summary": "Files download manager based on NSURLSession, support breakpoint download, multitasking download etc.",
5   "description": "Provide download status callback, download progress callback, download complete callback; Support multi-task at the same time to download; Support breakpoint download even exit the App; Support to delete the specified file by URL and clear all files that have been downloaded; Support customize the directory where the downloaded files are saved; Support set maximum concurrent downloads and waiting downloads queue mode.",
6   "homepage": "https://github.com/guowilling/SRDownloadManager",
7   "license": "MIT",
8   "authors": {
9     "guowilling": "guowilling90@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/guowilling/SRDownloadManager.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "SRDownloadManager/*.{h,m}",
19   "requires_arc": true