blob: 2f4a860d7c465ba7116fb0462afca78c05183925 [file] [log] [blame]
{
"name": "REDownloadTasksQueue",
"version": "0.1.5",
"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": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"public_header_files": [
"REDownloadTasksQueue.h",
"REDownloadTasksQueue+Serialization.h",
"REMutableNumber.h"
],
"source_files": "*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/REDownloadTasksQueue\""
},
"requires_arc": true
}