blob: f801cf3c81d95faaec83a726e5f14482c0a188b9 [file] [log] [blame]
{
"name": "NHFDispatchQueue",
"version": "1.0.3",
"summary": "GCD中队列等集合操作",
"homepage": "https://github.com/nhfc99/NHFDispatchQueue.git",
"license": "MIT",
"authors": {
"nhfc99": "nhfc99@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nhfc99/NHFDispatchQueue.git",
"tag": "1.0.3"
},
"requires_arc": true,
"public_header_files": "Classes/NHFDispatchQueueSetting.h",
"source_files": "Classes/NHFDispatchQueueSetting.h",
"frameworks": [
"QuartzCore",
"CoreData",
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "NHFCustomDispatchQueue",
"source_files": "Classes/NHFCustomDispatchQueue/NHFCustomDispatchQueue.{h,m}",
"public_header_files": "Classes/NHFCustomDispatchQueue/NHFCustomDispatchQueue.h"
},
{
"name": "NHFOperationQueue",
"source_files": "Classes/NHFOperationQueue/NHFOperationQueue.{h,m}",
"public_header_files": "Classes/NHFOperationQueue/NHFOperationQueue.h"
},
{
"name": "NHFTaskGroupQueue",
"source_files": "Classes/NHFTaskGroupQueue/NHFTaskGroupQueue.{h,m}",
"public_header_files": "Classes/NHFTaskGroupQueue/NHFTaskGroupQueue.h"
},
{
"name": "NHFDispatchSemaphore",
"source_files": "Classes/NHFDispatchSemaphore/NHFDispatchSemaphore.{h,m}",
"public_header_files": "Classes/NHFDispatchSemaphore/NHFDispatchSemaphore.h"
}
]
}