blob: 4193effa66cca06fda9c1938e3dfecf4fe5eae84 [file] [log] [blame]
{
"name": "WGStructure",
"version": "0.1.0",
"summary": "WGStructure is a utility class that simply implements the queue and priority queue for objective-c.",
"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.",
"homepage": "https://github.com/gerrywg/WGStructure",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gerrywg": "chwanggang@msn.com"
},
"source": {
"git": "https://github.com/gerrywg/WGStructure.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WGStructure/Classes/**/*"
}