Explorar o código

Add swift_version to podspec

When including into Objective-C only project, there isn't set the SWIFT_VERSION build by default and has to be added manually or in post_install.
Ondra Beneš %!s(int64=7) %!d(string=hai) anos
pai
achega
5af3620389
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      KeychainSwift.podspec

+ 2 - 1
KeychainSwift.podspec

@@ -19,4 +19,5 @@ Pod::Spec.new do |s|
   s.osx.deployment_target = "10.10"
   s.watchos.deployment_target = "2.0"
   s.tvos.deployment_target = "9.0"
-end
+  s.swift_version = "4.0"
+end