Set swift_version in podfile instead of .swift-version (#180)

* Set swift_version in podfile.

* Delete .swift-version
This commit is contained in:
Zandor Smith
2019-04-12 19:54:16 +02:00
committed by Denise Nepraunig
parent 494d13a19e
commit dc4b153d61
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -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'