blob: d15c5a7bad5872ffd10cfaf5322b8cde847ac314 [file] [log] [blame]
{
"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}"
}