mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-06-16 10:24:30 +00:00
Set swift_version in podfile instead of .swift-version (#180)
* Set swift_version in podfile. * Delete .swift-version
This commit is contained in:
committed by
Denise Nepraunig
parent
494d13a19e
commit
dc4b153d61
@@ -17,6 +17,8 @@ Pod::Spec.new do |s|
|
||||
s.tvos.deployment_target = '9.0'
|
||||
s.watchos.deployment_target = '2.0'
|
||||
|
||||
s.swift_version = '5.0'
|
||||
|
||||
s.source = { :git => 'https://github.com/devicekit/DeviceKit.git', :tag => s.version }
|
||||
s.source_files = 'Source/Device.generated.swift'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user