From 6b8c216610f9f6108a34b2064f1b12c534c1d7b5 Mon Sep 17 00:00:00 2001 From: aleksandr-dorofeev <84711164+aleksandr-dorofeev@users.noreply.github.com> Date: Tue, 28 Sep 2021 14:57:46 +0300 Subject: [PATCH] Specified minimum cocoapods version in podspec to 1.10.0 (#208) * Specified minimum cocoapods version in podspec to 1.10.0 --- CHANGELOG.md | 8 ++++++++ PLCrashReporter.podspec | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32829c..3615b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # PLCrashReporter Change Log +## Version 1.10.1(Under development) + +* **[Improvement]** Specified minimum cocoapods version in podspec to 1.10.0 + +___ + ## Version 1.10.0 * **[Fix]** Fix error `Undefined symbols for architecture arm64` while building PLCrashReporter for simulator on Xcode 12.4 and higher. @@ -7,6 +13,8 @@ * **[Feature]** Distribute XCFramework via Cocoapods and Carthage. The XCFramework will contain static libs only. * **[Fix]** Include plcrashutil in all release archives +___ + ## Version 1.9.0 * **[Fix]** Fix `double-quoted` warnings in Xcode 12. diff --git a/PLCrashReporter.podspec b/PLCrashReporter.podspec index 0338637..6914752 100644 --- a/PLCrashReporter.podspec +++ b/PLCrashReporter.podspec @@ -1,4 +1,5 @@ Pod::Spec.new do |spec| + spec.cocoapods_version = '>= 1.10' spec.name = 'PLCrashReporter' spec.version = '1.10.0' spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.'