blob: 9a7e717abde5d49fa888e8569b5d2778ad35b284 [file] [log] [blame]
{
"name": "Operator",
"version": "0.1.4",
"summary": "A wrapper for GCD written in Swift.",
"description": "Operator simplifies the GCD api for use in Swift and focuses on being succinct.",
"homepage": "https://github.com/kocodude/Operator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"source": {
"git": "https://github.com/kocodude/Operator.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "Operator/Classes/**/*",
"deprecated": true,
"deprecated_in_favor_of": "AsyncSwift"
}