blob: fd003c7dcc7adaa7dc2a442c4267c3f4383425ae [file] [log] [blame]
{
"name": "REDownloadTasksQueue",
"version": "0.1.2",
"summary": "iOS Objective-C download queue based on NSURLSessionDownloadTask's",
"description": "iOS Objective-C download queue based on NSURLSessionDownloadTask's.\n",
"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.2"
},
"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
}