include iPhone 8(+) and X in the generated Swift file

This commit is contained in:
Dennis Weissmann
2017-09-17 17:42:35 +02:00
committed by Dennis Weissmann
parent 5fa55c3db0
commit ca0ac8836c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version }
s.source_files = 'Source/Device.generated.swift'
s.source_files = 'Source/Device.generated.swift'
s.requires_arc = true
end