blob: 330a9184f63fa6e8b8a28d38b4d423e60fe257cd [file] [log] [blame]
{
"name": "BFTask-PromiseKit",
"version": "2.1.1",
"summary": "To convert a BFTask to a Promise in the PromiseKit",
"description": "An Objective-C extension for BFTask to convert it to a Promise in the PromiseKit.\nSo a BFTask also have the powerful clean dot notation syntax of PromiseKit.",
"homepage": "https://github.com/eddy-lau/BFTask-PromiseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eddie Lau": "eddie@touchutility.com"
},
"source": {
"git": "https://github.com/eddy-lau/BFTask-PromiseKit.git",
"tag": "2.1.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "BFTask-PromiseKit/*",
"dependencies": {
"Bolts/Tasks": [
"~> 1.9"
],
"PromiseKit": [
"~> 6.8"
]
},
"swift_version": "5.0"
}