4 "summary": "Lets chain asynchronous functions. Lightweight, 100% tested, pure Swift.",
5 "description": "Lets chain sync and asynchronous functions.\nThis is an implementation of Javascript Promise.\nIt is pure Swift, 100% tested, and very lightweight, ~150 lines of code.",
6 "homepage": "https://github.com/frouo/promise-lite",
12 "François Rouault": "francois.rouault@cocoricostudio.com"
15 "git": "https://github.com/frouo/promise-lite.git",
24 "swift_versions": "5.1",
25 "source_files": "PromiseLite/Classes/**/*",
35 "source_files": "PromiseLite/Tests/**/*.{swift}"
38 "swift_version": "5.1"