blob: bb7f3beffd9a47a85a63b5f495cb5f69ffb88219 [file] [log] [blame]
{
"name": "DPromise",
"version": "0.1.12",
"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.12"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": true
}