forked from helloDolin/dolin_demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
47 lines (36 loc) · 1.1 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
35
36
37
38
39
40
41
42
43
44
45
46
47
platform :ios, '9.0'
flutter_application_path = './my_flutter'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target 'dolin_demo' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
# Flutter module
install_all_flutter_pods(flutter_application_path)
# Pods for
pod 'AFNetworking', '~> 3.0'
pod 'SDWebImage','~> 4.0'
pod 'Masonry','~> 1.1.0'
pod 'YYText', '~> 1.0.7'
pod 'SVProgressHUD', '~> 2.2.5'
pod 'FMDB','~> 2.7.5'
pod 'MJRefresh', '~> 3.1.15.7'
pod 'MJExtension', '~> 3.0.15.1'
pod 'DLUtils', '~> 0.0.7'
pod 'FDFullscreenPopGesture', '~> 1.1'
pod 'YYModel'
pod 'FreeStreamer', '~> 3.9.3'
pod 'IQKeyboardManager'
pod 'LYEmptyView'
# DoraemonKit
pod 'DoraemonKit/Core', '~> 2.0.0', :configurations => ['Debug']
end
target 'TableKit' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
# Pods for TableKit
end
target 'TodayWidget' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
# Pods for TodayWidget
end