blob: 6d3a453dcd2a81686cc9aab323d85a8457062910 [file] [log] [blame]
{
"name": "RTAsyncQueue",
"version": "1.0.0",
"summary": "异步事件队列(只用于测试)",
"description": "向事件队列中添加异步处理,依次执行并调用回调。",
"homepage": "https://github.com/Choujiji/TestRepo_RTAsyncQueue",
"license": "MIT",
"authors": {
"zhaoji_choujiji@163.com": "zhaoji_choujiji@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Choujiji/TestRepo_RTAsyncQueue.git",
"tag": "1.0.0"
},
"source_files": "RTAsyncQueue/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}