blob: 4b410e43f52aeb91cab812ea118758d4c4095d9b [file] [log] [blame]
{
"name": "DPromise",
"version": "0.1.16",
"summary": "chain promises with generics, and disposing",
"description": "chain promises with generics, and disposing.",
"homepage": "https://github.com/AlexanderSviridov/DPromise",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Sviridov": "alexander_sviridov@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AlexanderSviridov/DPromise.git",
"tag": "0.1.16"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": true
}