From f14120acf8ee3fa5e658b2321cd1010dd775f11d Mon Sep 17 00:00:00 2001 From: Joeyoung <393098486@qq.com> Date: Wed, 24 Mar 2021 05:12:31 -0400 Subject: [PATCH] [Add] QYCrashProtector 1.0.7 --- .../1.0.7/QYCrashProtector.podspec.json | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Specs/7/e/5/QYCrashProtector/1.0.7/QYCrashProtector.podspec.json diff --git a/Specs/7/e/5/QYCrashProtector/1.0.7/QYCrashProtector.podspec.json b/Specs/7/e/5/QYCrashProtector/1.0.7/QYCrashProtector.podspec.json new file mode 100644 index 000000000000..6e0e26187898 --- /dev/null +++ b/Specs/7/e/5/QYCrashProtector/1.0.7/QYCrashProtector.podspec.json @@ -0,0 +1,39 @@ +{ + "name": "QYCrashProtector", + "version": "1.0.7", + "summary": "app crash protector.", + "description": "Can effectively protect the App is not easy to crash.", + "homepage": "https://github.com/qiaoyoung/QYCrashProtector", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "joeyoung": "393098486@qq.com" + }, + "source": { + "git": "https://github.com/qiaoyoung/QYCrashProtector.git", + "tag": "1.0.7" + }, + "platforms": { + "ios": "8.0" + }, + "requires_arc": true, + "public_header_files": "QYCrashProtector/QYCrashProtector.h", + "source_files": "QYCrashProtector/*", + "subspecs": [ + { + "name": "QYUtils", + "source_files": "QYCrashProtector/QYUtils/*.{h,m}" + }, + { + "name": "QYContainer", + "source_files": "QYCrashProtector/QYContainer/*.{h,m}", + "dependencies": { + "QYCrashProtector/QYUtils": [ + + ] + } + } + ] +} -- 2.11.4.GIT