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:
Родитель
59513acde6
Коммит
6b8c216610
|
@ -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.'
|
||||
|
|
Загрузка…
Ссылка в новой задаче