blob: ba701a66c150e28c107607e46b15c5ea518e1745 [file] [log] [blame]
{
"name": "Executor",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Executor is an abstraction for tasks execution decoupled from concrete types like DispatchQueue or OperationQueue.",
"homepage": "https://github.com/vlfm/Executor",
"authors": {
"Valery Fomenko": "vlfm@yandex.ru"
},
"source": {
"git": "https://github.com/vlfm/Executor.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "Source/**/*.swift",
"pushed_with_swift_version": "3.0"
}