初始化项目
Showing
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
510 Bytes
757 Bytes
FastService/Base/View/XVInputFieldView.h
0 → 100644
FastService/Base/View/XVInputFieldView.m
0 → 100644
FastService/PrefixHeader.pch
0 → 100644
FastService/SceneDelegate.h
deleted
100644 → 0
FastService/SceneDelegate.m
deleted
100644 → 0
# 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 | ||
target 'fastservice' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
# Pods for fastservice | ||
pod 'AFNetworking' | ||
pod 'Masonry' | ||
pod 'MJRefresh' | ||
... | ... | @@ -17,9 +18,9 @@ target 'kfw_ios_fastservice' do |
pod 'LEEAlert' | ||
pod 'AvoidCrash' | ||
pod 'DZNEmptyDataSet' | ||
pod 'IQKeyboardManager' | ||
pod 'BRPickerView' | ||
pod "UINavigation-SXFixSpace" | ||
pod 'Bugly' | ||
pod 'BMKLocationKit' | ||
... | ... | @@ -32,13 +33,4 @@ target 'kfw_ios_fastservice' do |
# 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 |