-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
47 lines (33 loc) · 1.14 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
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
target 'XTlib' do
pod 'XTBase',:path => '../XTBase/'
pod 'XTFMDB', :path => '../XTFMDB/'
pod 'XTReq', :path => '../XTReq/'
pod 'XTColor',:path => '../XTColor/'
pod 'XTTable',:path => '../XTTable/'
# pod 'XTBase'
# pod 'XTFMDB'
# pod 'XTReq'
# pod 'XTColor'
# pod 'XTTable'
pod 'XTRouter'
pod 'XTIAP'
pod 'JKCategories'
pod 'LxDBAnything'
pod 'FDFullscreenPopGesture'
pod 'RSKImageCropper'
pod 'CHTCollectionViewWaterfallLayout'
pod 'SDWebImage/MapKit'
pod 'SDWebImageWebPCoder'
end
#post_install do |installer|
# installer.pods_project.targets.each do |target|
# target.new_shell_script_build_phase.shell_script = "mkdir -p $PODS_CONFIGURATION_BUILD_DIR/#{target.name}"
# target.build_configurations.each do |config|
# config.build_settings['CONFIGURATION_BUILD_DIR'] = '$PODS_CONFIGURATION_BUILD_DIR'
# config.build_settings.delete('CODE_SIGNING_ALLOWED')
# config.build_settings.delete('CODE_SIGNING_REQUIRED')
# end
# end
#end