blob: 4b4ba81736153377b44d853198a065ed0fa8f0f6 [file] [log] [blame]
{
"name": "AHFuture",
"version": "0.1.8",
"summary": "A cool library for the asynchronous task usign idea of Futures",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AlexHmelevski/AHFuture.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexHmelevski": "alexei.hmelevski@gmail.com"
},
"source": {
"git": "https://github.com/AlexHmelevski/AHFuture.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "11.0",
"tvos": "12.0"
},
"swift_version": "5.0",
"source_files": "AHFuture/Classes/**/*",
"dependencies": {
"ALEither": [
]
}
}