From d2a39d588f98f7d94cd56961d9027f591a822a21 Mon Sep 17 00:00:00 2001 From: Felix Dumit Date: Sat, 27 Jan 2018 13:42:23 -0800 Subject: [PATCH] set swift_version in podspec As of cocoapods 1.4.0 the `.swift-version` file is deprecated in favor of the podspec property --- ParseLiveQuery.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index 9a4b5d81..9b1599fd 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.platform = :ios, :osx, :tvos + s.swift_version = '3.0' s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0'