初始化项目
parents
Showing
FastService.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
File added
File added
FastService/AppDelegate.h
0 → 100644
FastService/AppDelegate.m
0 → 100644
FastService/Assets.xcassets/Contents.json
0 → 100644
FastService/Base.lproj/Main.storyboard
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
FastService/Info.plist
0 → 100644
FastService/SceneDelegate.h
0 → 100644
FastService/SceneDelegate.m
0 → 100644
FastService/main.m
0 → 100644
FastServiceTests/kfw_ios_fastserviceTests.m
0 → 100644
Podfile
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' | |||
target 'kfw_ios_fastservice' do | |||
# Comment the next line if you don't want to use dynamic frameworks | |||
use_frameworks! | |||
pod 'AFNetworking' | |||
pod 'Masonry' | |||
pod 'MJRefresh' | |||
pod 'YYKit' | |||
pod 'MJExtension' | |||
pod 'SDWebImage' | |||
pod 'SAMKeychain' | |||
pod 'MBProgressHUD' | |||
pod 'LEEAlert' | |||
pod 'AvoidCrash' | |||
pod 'DZNEmptyDataSet' | |||
pod 'BRPickerView' | |||
pod "UINavigation-SXFixSpace" | |||
pod 'Bugly' | |||
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包 | |||
target 'kfw_ios_fastserviceTests' do | |||
inherit! :search_paths | |||
# Pods for testing | |||
end | |||
target 'kfw_ios_fastserviceUITests' do | |||
# Pods for testing | |||
end | |||
end |
Podfile.lock
0 → 100644
Please
register
or
sign in
to comment