blob: 8c873162fd2643066a4c77c090bf2b0da6d604a4 [file] [log] [blame]
{
"name": "DPromise",
"version": "0.0.1",
"summary": "Objective-C promises",
"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.1"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"LinqToObjectiveC": [
]
}
}