♻️ :: fix warning Usage of the .swift_version file has been deprecated! Please delete the file and use the swift_versions attribute within your podspec instead.

This commit is contained in:
Felix Mau
2019-10-12 17:17:27 +02:00
parent 974ee23142
commit fbc62bdd10
+1
View File
@@ -29,6 +29,7 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/_fxm90'
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.source_files = 'GradientLoadingBar/Classes/**/*'