blob: d26e878a8f94a59a3d8046b4b2eb7b2727f8e9cc [file] [log] [blame]
{
"name": "Operator",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "Operator/Classes/**/*",
"deprecated": true
}