4 "summary": "WGStructure is a utility class that simply implements the queue and priority queue for objective-c.",
5 "description": "queue and priority queues are implemented using arrays provided by the objective-c language itself, providing no thread-safe access. When used in multiple threads, developers need to implement the synchronization mechanism themselves.",
6 "homepage": "https://github.com/gerrywg/WGStructure",
12 "gerrywg": "chwanggang@msn.com"
15 "git": "https://github.com/gerrywg/WGStructure.git",
21 "source_files": "WGStructure/Classes/**/*"