mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-06-16 10:24:30 +00:00
include iPhone 8(+) and X in the generated Swift file
This commit is contained in:
committed by
Dennis Weissmann
parent
5fa55c3db0
commit
ca0ac8836c
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user