blob: 4ca2e73ddb1af1c3a8028e987ed4ecca76a96445 [file] [log] [blame]
{
"name": "PromiseLite",
"version": "1.5.0",
"summary": "Lets chain asynchronous functions. Very lightweight 🌱, 100% tested 💯, pure Swift 🏎, no magic.",
"description": "Lets chain asynchronous functions.\nThis is an implementation of Javascript Promise.\nIt is pure Swift, 100% tested, and very lightweight, ~150 lines of code 🌱",
"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.5.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "5.1",
"source_files": "PromiseLite/Classes/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "PromiseLite/Tests/**/*.{swift}"
}
],
"swift_version": "5.1"
}