| { | |
| "name": "YMAsyncQueue", | |
| "version": "0.1.0", | |
| "summary": "YMAsyncQueue is a util class to execute block-based async methods serially.", | |
| "homepage": "https://github.com/IslandZero/YMAsyncQueue", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Ryan Guo": "ryan@islandzero.net" | |
| }, | |
| "source": { | |
| "git": "https://github.com/IslandZero/YMAsyncQueue.git", | |
| "tag": "v0.1.0" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "7.0", | |
| "osx": "10.9" | |
| }, | |
| "source_files": "YMAsyncQueue/*.{h,m}" | |
| } |