From e0b8b9bd299e2709888a18ea2dbc8eead300bc01 Mon Sep 17 00:00:00 2001 From: KC <1250578320@qq.com> Date: Fri, 31 May 2019 03:59:10 -0400 Subject: [PATCH] [Add] CKHCrashPreventor 1.0.5 --- .../1.0.5/CKHCrashPreventor.podspec.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Specs/8/b/e/CKHCrashPreventor/1.0.5/CKHCrashPreventor.podspec.json diff --git a/Specs/8/b/e/CKHCrashPreventor/1.0.5/CKHCrashPreventor.podspec.json b/Specs/8/b/e/CKHCrashPreventor/1.0.5/CKHCrashPreventor.podspec.json new file mode 100644 index 000000000000..b480c81aa5a1 --- /dev/null +++ b/Specs/8/b/e/CKHCrashPreventor/1.0.5/CKHCrashPreventor.podspec.json @@ -0,0 +1,26 @@ +{ + "name": "CKHCrashPreventor", + "version": "1.0.5", + "summary": "Crash Preventor and print log", + "homepage": "https://github.com/KenwayCen/CKHCrashPreventor", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "KC": "1250578320@qq.com" + }, + "platforms": { + "ios": "8.0" + }, + "source": { + "git": "https://github.com/KenwayCen/CKHCrashPreventor.git", + "tag": "v1.0.5" + }, + "social_media_url": "https://github.com/KenwayCen/CKHCrashPreventor", + "source_files": "CKHCrashPreventor/CrashPreventor/*.{h,m}", + "requires_arc": [ + "CKHCrashPreventor/CrashPreventor/*" + ], + "description": "iOS 中常见的Crash 类型,利用runtime 进行过滤处理" +} -- 2.11.4.GIT