[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / c / 9 / 1 / WGStructure / 0.1.0 / WGStructure.podspec.json
blob4193effa66cca06fda9c1938e3dfecf4fe5eae84
2   "name": "WGStructure",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gerrywg": "chwanggang@msn.com"
13   },
14   "source": {
15     "git": "https://github.com/gerrywg/WGStructure.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WGStructure/Classes/**/*"