blob: 3f99a7479e75b59a6f289beb748b211944a141c4 [file] [log] [blame]
{
"name": "PromiseLite",
"version": "1.0.0",
"summary": "Lets chain asynchronous functions. Lightweight, 100% tested, no magic.",
"description": "Lets chain asynchronous functions.\nThis is a lightweight implementation of Javascript Promise.\nEasy to use, documented, tested.",
"homepage": "https://github.com/frouo/promise-lite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"François Rouault": "francois.rouault@cocoricostudio.com"
},
"source": {
"git": "https://github.com/frouo/promise-lite.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "PromiseLite/Classes/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.{swift}"
}
],
"swift_version": "5.1"
}