[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 9 / 0 / RTAsyncQueue / 1.0.0 / RTAsyncQueue.podspec.json
blob6d3a453dcd2a81686cc9aab323d85a8457062910
2   "name": "RTAsyncQueue",
3   "version": "1.0.0",
4   "summary": "异步事件队列(只用于测试)",
5   "description": "向事件队列中添加异步处理,依次执行并调用回调。",
6   "homepage": "https://github.com/Choujiji/TestRepo_RTAsyncQueue",
7   "license": "MIT",
8   "authors": {
9     "zhaoji_choujiji@163.com": "zhaoji_choujiji@163.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/Choujiji/TestRepo_RTAsyncQueue.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "RTAsyncQueue/*.{h,m}",
19   "frameworks": "Foundation",
20   "requires_arc": true