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