blob: f1bf98c3c1c5fcb5d9360dd93756eebcfba72f48 [file] [log] [blame]
{
"name": "DCTaskReactor",
"version": "1.0",
"summary": "Extention for NSOperationQueue",
"description": "\t\t\tDCTaskReactor extent the NSOperationQueue, including a FIFO queue and LIFO queue, make it more simple for using. \n",
"homepage": "https://github.com/Tangdixi/DCTaskReactor",
"license": {
"type": "MIT",
"text": "The DCTaskReactor use the MIT license"
},
"authors": {
"Tangdixi": "Tangdixi@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Tangdixi/DCTaskReactor.git",
"tag": "1.0"
},
"source_files": [
"DCTaskReactor/*.{h,m}",
"DCTaskReactor/Category/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}