搜索
Showing
No preview for this file type
26.6 KB
2.9 KB
3.83 KB
479 Bytes
509 Bytes
2.29 KB
1.27 KB
2.08 KB
2.54 KB
1.58 KB
1 KB
1.02 KB
1.1 KB
852 Bytes
629 Bytes
7.93 KB
1021 Bytes
1.01 KB
1.35 KB
2.41 KB
942 Bytes
8.41 KB
8.09 KB
7.45 KB
6.93 KB
6.01 KB
1.69 KB
1.34 KB
1.96 KB
3.9 KB
6.38 KB
5.89 KB
33.4 KB
1.26 KB
3.3 KB
5.92 KB
3.13 KB
10 KB
13.8 KB
13.5 KB
12.5 KB
FastService/Assets.xcassets/首页/Contents.json
0 → 100644
1.96 KB
2.31 KB
539 Bytes
1018 Bytes
9.1 KB
8.77 KB
3.66 KB
514 Bytes
504 Bytes
1 KB
1.02 KB
1021 Bytes
1.01 KB
6.03 KB
72.6 KB
67.5 KB
5.73 KB
5.28 KB
104 KB
100 KB
103 KB
5.53 KB
FastService/Main/View/XVOrderSearchView.h
0 → 100644
FastService/Main/View/XVOrderSearchView.m
0 → 100644
# Uncomment the next line to define a global platform for your project | ||
platform :ios, '9.0' | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios,'10.0' | ||
#use_frameworks! | ||
## ignore warning | ||
inhibit_all_warnings! | ||
post_install do |installer| | ||
installer.pods_project.build_configurations.each do |config| | ||
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" | ||
end | ||
end | ||
target 'fastservice' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
... | ... | @@ -22,18 +30,11 @@ target 'fastservice' do |
pod 'BRPickerView' | ||
pod 'JXCategoryView' | ||
pod 'Bugly' | ||
pod 'TXScrollLabelView' | ||
pod 'BMKLocationKit' | ||
pod 'BaiduNaviKit-All/Map', '6.4.0' # 集成地图Map包 | ||
pod 'BaiduNaviKit-All/Navi', '6.4.0' # 集成Navi包 | ||
pod 'BaiduNaviKit-All/WalkNavi', '6.4.0' # 集成WalkNavi包 | ||
# pod 'BaiduNaviKit-All/TTS', '6.0.0' # 集成TTS包 | ||
pod 'BaiduNaviKit-All/Search', '6.4.0' # 集成地图Search包 | ||
# pod 'BaiduNaviKit-All/Cloud', '6.0.0' # 集成地图Cloud包 | ||
pod 'BaiduNaviKit-All/Utils', '6.4.0' # 集成地图Utils包 | ||
# pod 'BMKLocationKit' | ||
# pod 'BaiduNaviKit-All', '6.4.0' # 集成地图Map包 | ||
pod 'CWLateralSlide', '~> 1.6.3' | ||
end |