| { | |
| "name": "ZTQueue", | |
| "version": "0.0.2", | |
| "summary": "FIFO ZTQueue.", | |
| "description": "FIFO queue, I just try it!", | |
| "homepage": "https://github.com/wjc1wjc2wjc3/ZTQueue.git", | |
| "license": "MIT", | |
| "authors": { | |
| "wjc": "" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wjc1wjc2wjc3/ZTQueue.git", | |
| "tag": "0.0.2" | |
| }, | |
| "source_files": [ | |
| "Sources", | |
| "Sources/**/*.{h,m}" | |
| ], | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ] | |
| } |