Add support for October 2020 devices (#262)

* Add support for all iPhone 12 models and iPad Air (4th generation)

Device identifiers missing for iPhones.
Support link and image missing for iPhones and iPad.

* Bump version to 4.2.0.

* Update changelog.

* Add device identifiers for all iPhone 12.

* Fix Unit tests.

* Update v4.2.0 release date in CHANGELOG.md.
This commit is contained in:
Zandor Smith
2020-10-21 17:34:17 +02:00
committed by GitHub
parent 4691cd16d6
commit 8dfc0937d0
6 changed files with 110 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '4.1.0'
s.version = '4.2.0'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC