forked from 18699032682/TLChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
33 lines (27 loc) · 1.11 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
platform :ios, '8.0'
inhibit_all_warnings!
target :TLChat do
# 个人开源Pod
# TLKit 基础库,包含常用宏定义、常用分类、常用功能组件(HUD、actionSheet等)
pod 'TLKit', :git => '[email protected]:tbl00c/TLKit.git', :tag => '0.0.13'
# pod 'TLKit', :path => '~/TLPods/TLKit'
# 全能tabBarController
pod 'TLTabBarController', :git => '[email protected]:tbl00c/TLTabBarController.git', :tag => '0.0.3'
# pod 'TLTabBarController', :path => '~/TLPods/TLTabBarController'
# Bug修复版JZ
# pod 'JZNavigationExtension', :git => 'https://github.com/tbl00c/JZNavigationExtension.git', :tag => '3.8'
#-----------------------------------------
# 第三方Pod
pod 'AFNetworking', '~> 3.0.4'
pod 'SDWebImage', '~> 3.7.4'
pod 'Masonry', '~> 0.6.4'
pod 'MJRefresh', '~> 3.1.0'
pod 'MJExtension', '~> 3.0.10'
pod 'FMDB', '~> 2.6'
pod 'UMengAnalytics', '~> 3.6.6'
pod 'ReactiveCocoa', '~> 2.5'
pod 'CocoaLumberjack', '~> 2.2.0'
pod 'MJRefresh', '~> 3.1.0'
pod 'MWPhotoBrowser', '~> 2.1.1'
pod 'JSPatchPlatform', '~> 1.6.6'
end