From a6a97e09d57638e816c91b4c9c21bc0b6c746a46 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Thu, 15 Mar 2018 22:25:49 -0700 Subject: [PATCH] Remove 'Lite' subspec --- AXPhotoViewer.podspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/AXPhotoViewer.podspec b/AXPhotoViewer.podspec index eae7f9c..e8735f5 100644 --- a/AXPhotoViewer.podspec +++ b/AXPhotoViewer.podspec @@ -12,8 +12,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0' - s.default_subspec = 'Lite' - s.subspec 'Core' do |cs| cs.ios.dependency 'AXStateButton', '>= 1.1.3' cs.ios.dependency 'FLAnimatedImage', '>= 1.0.0'