[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 6 / Ops / 0.1.2 / Ops.podspec.json
blobcde42f8b2deb53982049f6b6107eac5667f788a6
2   "name": "Ops",
3   "version": "0.1.2",
4   "summary": "Build reusable operations in Swift.",
5   "description": "Ops is a light wrapper of NSOperations in Swift.",
6   "homepage": "https://github.com/kocodude/Ops",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Grant Oladipo": "grant@oladipo.us"
13   },
14   "source": {
15     "git": "https://github.com/kocodude/Ops.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Ops/Classes/**/*",
22   "dependencies": {
23     "PromiseIOU": [
24       "~> 1.0"
25     ]
26   },
27   "deprecated": true,
28   "deprecated_in_favor_of": "PromiseIOU/Ops"