blob: cde42f8b2deb53982049f6b6107eac5667f788a6 [file] [log] [blame]
{
"name": "Ops",
"version": "0.1.2",
"summary": "Build reusable operations in Swift.",
"description": "Ops is a light wrapper of NSOperations in Swift.",
"homepage": "https://github.com/kocodude/Ops",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"source": {
"git": "https://github.com/kocodude/Ops.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Ops/Classes/**/*",
"dependencies": {
"PromiseIOU": [
"~> 1.0"
]
},
"deprecated": true,
"deprecated_in_favor_of": "PromiseIOU/Ops"
}