From fdce5326d6ef16a4fe2c021ecccbaa93d25402df Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 21 Sep 2016 11:38:16 -0400 Subject: [PATCH 1/2] updated pod spec to allow tvos --- ParseLiveQuery.podspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index 683225d3..df595861 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -10,7 +10,10 @@ Pod::Spec.new do |s| s.requires_arc = true + s.platform = :ios, :osx, :tvos + s.ios.deployment_target = '8.0' + s.tvos.deployment_target = '9.0' s.osx.deployment_target = '10.9' s.source_files = 'Sources/ParseLiveQuery/**/*.swift' From 6107df686a94888a1a4b27f906320c9412a72e54 Mon Sep 17 00:00:00 2001 From: Kurt Jensen Date: Tue, 14 Feb 2017 15:18:37 -0500 Subject: [PATCH 2/2] Update podspec --- ParseLiveQuery.podspec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index c5670aa0..9efb8ab4 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -13,12 +13,8 @@ Pod::Spec.new do |s| s.platform = :ios, :osx, :tvos s.ios.deployment_target = '8.0' -<<<<<<< HEAD s.tvos.deployment_target = '9.0' - s.osx.deployment_target = '10.9' -======= s.osx.deployment_target = '10.10' ->>>>>>> ParsePlatform/master s.source_files = 'Sources/ParseLiveQuery/**/*.swift' s.module_name = 'ParseLiveQuery'