[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / c / ASCoalescingOperationQueue / 0.5.0 / ASCoalescingOperationQueue.podspec.json
blob482c7d86bfcfec256c1eeb58100b48a666d70308
2   "name": "ASCoalescingOperationQueue",
3   "version": "0.5.0",
4   "summary": "A dispatch queue where you only ever have one block queued.",
5   "homepage": "https://github.com/appscape/ASCoalescingOperationQueue",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Martin Schuerrer": "martin@schuerrer.org"
12   },
13   "source": {
14     "git": "https://github.com/appscape/ASCoalescingOperationQueue.git",
15     "tag": "v0.5.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.6"
20   },
21   "source_files": "ASCoalescingOperationQueue.{h,m}",
22   "requires_arc": true