blob: 98e1416739d3de9a045e6da98c784aa66d6df38b [file] [log] [blame]
{
"name": "JustWhen",
"version": "0.1.0",
"summary": "Lightweight library for waiting for completion of several concurrent tasks.",
"description": "Lightweight library for waiting for completion of several concurrent tasks. :)",
"homepage": "https://github.com/SiarheiFedartsou/When",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SiarheiFedartsou": "siarhei.fedartsou@gmail.com"
},
"source": {
"git": "https://github.com/SiarheiFedartsou/When.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "When/Classes/**/*",
"dependencies": {
"Result": [
"~> 3.2.1"
]
},
"pushed_with_swift_version": "3.0"
}