Specified minimum cocoapods version in podspec to 1.10.0 (#208)

* Specified minimum cocoapods version in podspec to 1.10.0
This commit is contained in:
aleksandr-dorofeev 2021-09-28 14:57:46 +03:00 коммит произвёл GitHub
Родитель 59513acde6
Коммит 6b8c216610
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.'