1 Star 0 Fork 31

上不去的码农 / TLChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 1.21 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
李伯坤 提交于 2019-03-18 13:44 . iphonex 适配
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.2.0'
# 全能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.3'
pod 'MJExtension', '~> 3.0.13'
pod 'FMDB', '~> 2.7.2'
pod 'UMengAnalytics', '~> 4.2.4'
pod 'CocoaLumberjack', '~> 3.3.0'
pod 'MWPhotoBrowser', '~> 2.1.2'
pod 'WCDB', '~> 1.0.6'
pod 'YYText', '~> 1.0.7'
end
Objective-C
1
https://gitee.com/zsxjgy/TLChat.git
git@gitee.com:zsxjgy/TLChat.git
zsxjgy
TLChat
TLChat
master

搜索帮助