[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 6 / 5 / YMAsyncQueue / 0.1.0 / YMAsyncQueue.podspec.json
blobd15c5a7bad5872ffd10cfaf5322b8cde847ac314
2   "name": "YMAsyncQueue",
3   "version": "0.1.0",
4   "summary": "YMAsyncQueue is a util class to execute block-based async methods serially.",
5   "homepage": "https://github.com/IslandZero/YMAsyncQueue",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ryan Guo": "ryan@islandzero.net"
12   },
13   "source": {
14     "git": "https://github.com/IslandZero/YMAsyncQueue.git",
15     "tag": "v0.1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "source_files": "YMAsyncQueue/*.{h,m}"