[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / a / SerialAsyncOperation / 0.0.1 / SerialAsyncOperation.podspec.json
blobb30ffdff15724abbd00749df0e0fa52c1553cc99
2   "name": "SerialAsyncOperation",
3   "version": "0.0.1",
4   "summary": "Use NSOperation to implement ***serial asynchronous*** task.",
5   "description": "Use NSOperation to implement ***serial asynchronous*** task..\nFor example, serial download task using NSURLSessionDownloadTask.",
6   "homepage": "https://github.com/icetime17/SerialAsyncOperation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Chris Hu": "icetime017@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/icetime17/SerialAsyncOperation.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Sources/SerialAsyncOperationQueue.h",
22   "requires_arc": true