Files
2026-07-13 12:35:01 +08:00

36 lines
1.2 KiB
Ruby

platform :ios, '8.0'
inhibit_all_warnings!
#use_frameworks!
target :TLChat do
# --------------------- 个人开源Pod -----------------------
# TLKit 基础库,包含常用宏定义、常用分类、常用功能组件(HUD、actionSheet等)
pod 'TLKit', :git => 'https://github.com/tbl00c/TLKit.git', :tag => '0.0.21'
# pod 'TLKit', :path => '~/TLPods/TLKit'
pod 'ZZFLEX', :git => 'https://github.com/tbl00c/ZZFLEX.git', :tag => '0.0.2'
# 全能tabBarController
pod 'TLTabBarController', :git => 'https://github.com/tbl00c/TLTabBarController.git', :tag => '0.0.6'
# pod 'TLTabBarController', :path => '~/TLPods/TLTabBarController'
# Bug修复版JZ
pod 'JZNavigationExtension', :git => 'https://github.com/tbl00c/JZNavigationExtension.git', :tag => '4.0'
# --------------------- 第三方Pod -----------------------
pod 'AFNetworking', '~> 3.1.0'
pod 'SDWebImage', '~> 3.7'
pod 'Masonry', '~> 1.1.0'
pod 'MJRefresh', '~> 3.1.15'
pod 'MJExtension', '~> 3.0.13'
pod 'FMDB', '~> 2.7.2'
pod 'UMengAnalytics', '~> 3.6.6'
pod 'ReactiveCocoa', '~> 2.5'
pod 'CocoaLumberjack', '~> 3.3.0'
pod 'MWPhotoBrowser', '~> 2.1.2'
# pod 'WCDB', '~> 1.0.5'
pod 'YYText', '~> 1.0.7'
end