From c0815f91baa6f10eabb4aabb3c665f44c3984b4e Mon Sep 17 00:00:00 2001 From: Elon Chan Date: Fri, 19 Apr 2019 01:05:42 +0800 Subject: [PATCH] update compatible versions to 8.0 --- CYLTabBarController.podspec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CYLTabBarController.podspec b/CYLTabBarController.podspec index 0fb4227e..0a7db02f 100644 --- a/CYLTabBarController.podspec +++ b/CYLTabBarController.podspec @@ -7,15 +7,11 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "ChenYilong" => "luohanchenyilong@163.com" } s.social_media_url = 'http://weibo.com/luohanchenyilong/' - s.swift_version = '4.2' - s.ios.deployment_target = '9.0' - s.osx.deployment_target = '10.10' - s.tvos.deployment_target = '9.0' - + s.platform = :ios, '8.0' s.source = { :git => "https://github.com/ChenYilong/CYLTabBarController.git", :tag => s.version.to_s } s.source_files = 'CYLTabBarController', 'CYLTabBarController/**/*.{h,m}' s.public_header_files = 'CYLTabBarController/**/*.h' s.requires_arc = true - s.dependency "lottie-ios" , "~> 3.0.4" + s.dependency "lottie-ios" , '~> 2.5.0' end