4 "summary": "This is a lib for managing App launch tasks.",
5 "description": "This is a lib for managing App launch tasks.\nA large App often needs to perform a large number of tasks during the launch phase. \nIf there are many app developers, it is easy to cause the code of AppDelegate to be modified frequently and become more and more bloated. \nIt is also easy to cause the launch time of the App to be longer, and it will eventually be killed by Watchdog.\nThis lib encapsulates the launch code into subclasses of each Task, and configures the execution order and dependencies of Tasks through Workflow. At the same time, by blocking the didFinishLaunch method, tasks are executed concurrently to speed up the launch time.",
6 "homepage": "https://github.com/jayden320/launch-task",
12 "Jayden Liu": "67111677@qq.com"
14 "swift_versions": "5.0",
16 "git": "https://github.com/jayden320/launch-task.git",
22 "source_files": "LaunchTask/Classes/**/*",
23 "swift_version": "5.0"