From f401ca4c3383cf127916f414071d1dc0d78f448e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=90=9B?= <937447974@qq.com> Date: Tue, 25 Apr 2017 17:31:54 +0800 Subject: [PATCH] podspec update --- YJCocoa.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/YJCocoa.podspec b/YJCocoa.podspec index e261dde1..7e3c997a 100644 --- a/YJCocoa.podspec +++ b/YJCocoa.podspec @@ -296,6 +296,7 @@ s.source = { :git => "https://github.com/937447974/YJCocoa.git", :tag => "v#{s.v # TimeProfiler dt.subspec 'TimeProfiler' do |tp| tp.source_files = 'Cocoa/DeveloperTools/TimeProfiler/*.{h,m}' + tp.dependency 'YJCocoa/AppFrameworks/Foundation/Swizzling' tp.dependency 'YJCocoa/System/Dispatch' end end