Podfile 254 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 platform :ios, '11.0' target 'DreamSleep' do use_frameworks! pod 'YTKNetwork', '~> 3.0.6' pod 'DKNightVersion', '~> 2.4.3' pod 'MJRefresh', '~> 3.7.5' end # AFNetworking (4.0.1) # YTKNetwork (3.0.6) # DKNightVersion (2.4.3) # MJRefresh (3.7.5)