[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 0 / f / LaunchTask / 0.1.1 / LaunchTask.podspec.json
blobb62629b5dfdea93a7ae0ca9163efd822dcfeeba3
2   "name": "LaunchTask",
3   "version": "0.1.1",
4   "summary": "LaunchTask is a lib for managing App launch tasks.",
5   "description": "LaunchTask is a lib for managing App launch tasks.\nLaunchTask encapsulates the launch code into subclasses of each task, and configures the execution order and dependencies of tasks through workflow. At the same time, the launch duration is accelerated by executing tasks concurrently.",
6   "homepage": "https://github.com/jayden320/launch-task",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jayden Liu": "67111677@qq.com"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/jayden320/launch-task.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "LaunchTask/Classes/**/*",
23   "swift_version": "5.0"