[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 6 / d / NHFDispatchQueue / 1.0.1 / NHFDispatchQueue.podspec.json
blobc16c9669513fc4df03c694b0961ca532a056cea3
2   "name": "NHFDispatchQueue",
3   "version": "1.0.1",
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.1"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/*.h",
19   "source_files": "Classes/*.{h,m}",
20   "frameworks": [
21     "QuartzCore",
22     "CoreData",
23     "Foundation",
24     "UIKit"
25   ],
26   "subspecs": [
27     {
28       "name": "NHFCustomDispatchQueue",
29       "source_files": "Classes/**/*.{h,m}",
30       "public_header_files": "Classes/**/*.h"
31     },
32     {
33       "name": "NHFOperationQueue",
34       "source_files": "Classes/**/*.{h,m}",
35       "public_header_files": "Classes/**/*.h"
36     },
37     {
38       "name": "NHFTaskGroupQueue",
39       "source_files": "Classes/**/*.{h,m}",
40       "public_header_files": "Classes/**/*.h"
41     }
42   ]