-
Notifications
You must be signed in to change notification settings - Fork 539
/
Podfile
executable file
·34 lines (27 loc) · 1.18 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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'
# pod 'TLKit', :path => '~/TLPods/TLKit'
pod 'ZZFLEX', :git => 'https://github.com/tbl00c/ZZFLEX.git'
# 全能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