[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 6 / d / NHFDispatchQueue / 1.0.4 / NHFDispatchQueue.podspec.json
blob365232ccc98cf4b29a37da41da527596e3a300b6
2   "name": "NHFDispatchQueue",
3   "version": "1.0.4",
4   "summary": "GCD中队列等集合操作",
5   "homepage": "https://github.com/nhfc99/NHFDispatchQueue.git",
6   "license": "MIT",
7   "authors": {
8     "nhfc99": "nhfc99@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/nhfc99/NHFDispatchQueue.git",
15     "tag": "1.0.4"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/NHFDispatchQueueSetting.h",
19   "source_files": "Classes/NHFDispatchQueueSetting.h",
20   "frameworks": [
21     "QuartzCore",
22     "CoreData",
23     "Foundation",
24     "UIKit"
25   ],
26   "subspecs": [
27     {
28       "name": "NHFCustomDispatchQueue",
29       "source_files": "Classes/NHFCustomDispatchQueue/NHFCustomDispatchQueue.{h,m}",
30       "public_header_files": "Classes/NHFCustomDispatchQueue/NHFCustomDispatchQueue.h"
31     },
32     {
33       "name": "NHFOperationQueue",
34       "source_files": "Classes/NHFOperationQueue/NHFOperationQueue.{h,m}",
35       "public_header_files": "Classes/NHFOperationQueue/NHFOperationQueue.h"
36     },
37     {
38       "name": "NHFTaskGroupQueue",
39       "source_files": "Classes/NHFTaskGroupQueue/NHFTaskGroupQueue.{h,m}",
40       "public_header_files": "Classes/NHFTaskGroupQueue/NHFTaskGroupQueue.h"
41     },
42     {
43       "name": "NHFDispatchSemaphore",
44       "source_files": "Classes/NHFDispatchSemaphore/NHFDispatchSemaphore.{h,m}",
45       "public_header_files": "Classes/NHFDispatchSemaphore/NHFDispatchSemaphore.h"
46     }
47   ]