From 60cf4647231e76a63fd19f9bff633784f657fe91 Mon Sep 17 00:00:00 2001 From: XJIMI Date: Fri, 23 Aug 2019 04:55:59 -0400 Subject: [PATCH] [Add] XJLaunchManager 0.0.3 --- .../0.0.3/XJLaunchManager.podspec.json | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Specs/f/f/f/XJLaunchManager/0.0.3/XJLaunchManager.podspec.json diff --git a/Specs/f/f/f/XJLaunchManager/0.0.3/XJLaunchManager.podspec.json b/Specs/f/f/f/XJLaunchManager/0.0.3/XJLaunchManager.podspec.json new file mode 100644 index 000000000000..ee869153abf0 --- /dev/null +++ b/Specs/f/f/f/XJLaunchManager/0.0.3/XJLaunchManager.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "XJLaunchManager", + "version": "0.0.3", + "summary": "Management APP Launch process", + "homepage": "https://github.com/xjimi/XJLaunchManager", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "XJIMI": "fn5128@gmail.com" + }, + "source": { + "git": "https://github.com/xjimi/XJLaunchManager.git", + "tag": "0.0.3" + }, + "source_files": [ + "XJLaunchManager", + "XJLaunchManager/**/*.{h,m}" + ], + "requires_arc": true, + "frameworks": [ + "Foundation", + "UIKit" + ], + "platforms": { + "ios": "9.0" + } +} -- 2.11.4.GIT