blob: 75acc3807f8badd6b96c66a54f196d89f6f23a79 [file] [log] [blame]
{
"name": "REDownloadTasksQueue",
"version": "1.1.0",
"summary": "iOS Objective-C download queue based on NSURLSessionDownloadTask's",
"description": "iOS Objective-C download queue based on NSURLSessionDownloadTask's.\n Main features:\n - Using NSURLSessionDownloadTask, required iOS 7 and up.\n - Using another operation queue for downloading.\n - Controlling concurrent tasks for parallel downloading, can be tuned to quality of the internet connection.\n - Possibility to inform about queue state via delegate, blocks and notifications. Can be selected which method to use.\n - Progress calculating on downloaded data size per each task, not on simple count of tasks, for smoothly progressing.\n - Queue can be serialized/deserialized for future reusing.\n - Required ARC.",
"homepage": "https://github.com/OlehKulykov/REDownloadTasksQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "<info@resident.name>"
},
"source": {
"git": "https://github.com/OlehKulykov/REDownloadTasksQueue.git",
"tag": "1.1.0"
},
"dependencies": {
"NSMutableNumber": [
],
"Inlineobjc": [
]
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"public_header_files": [
"REDownloadTasksQueue.h",
"REDownloadTasksQueue+Serialization.h"
],
"source_files": "*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/REDownloadTasksQueue\""
},
"requires_arc": true
}