blob: 3c4e7cf7073854203447bab0ffc65a011c246070 [file] [log] [blame]
{
"name": "PromisedFuture",
"version": "1.0.0",
"summary": "A Swift based Future/Promises framework to help writing asynchronous code in an elegant way",
"description": "Future/Promises framework to help to build easily composable and chainable asynchronous tasks.",
"homepage": "https://github.com/AladinWay/PromisedFuture",
"screenshots": "http://www.itechnodev.com/img/logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alaeddine Messaoudi": "itechnodev@gmail.com"
},
"source": {
"git": "https://github.com/AladinWay/PromisedFuture.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Source/*.{h,m,swift}"
}