初始化项目
Showing
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 | # Uncomment the next line to define a global platform for your project | ||
| platform :ios, '9.0' | platform :ios, '9.0' | ||
| source 'https://github.com/CocoaPods/Specs.git' | source 'https://github.com/CocoaPods/Specs.git' | ||
| target 'fastservice' do | |||
| target 'kfw_ios_fastservice' do | |||
| # Comment the next line if you don't want to use dynamic frameworks | # Comment the next line if you don't want to use dynamic frameworks | ||
| use_frameworks! | use_frameworks! | ||
| # Pods for fastservice | |||
| pod 'AFNetworking' | pod 'AFNetworking' | ||
| pod 'Masonry' | pod 'Masonry' | ||
| pod 'MJRefresh' | pod 'MJRefresh' | ||
| ... | @@ -17,9 +18,9 @@ target 'kfw_ios_fastservice' do | ... | @@ -17,9 +18,9 @@ target 'kfw_ios_fastservice' do |
| pod 'LEEAlert' | pod 'LEEAlert' | ||
| pod 'AvoidCrash' | pod 'AvoidCrash' | ||
| pod 'DZNEmptyDataSet' | pod 'DZNEmptyDataSet' | ||
| pod 'IQKeyboardManager' | |||
| pod 'BRPickerView' | pod 'BRPickerView' | ||
| pod "UINavigation-SXFixSpace" | |||
| pod 'Bugly' | pod 'Bugly' | ||
| pod 'BMKLocationKit' | pod 'BMKLocationKit' | ||
| ... | @@ -32,13 +33,4 @@ target 'kfw_ios_fastservice' do | ... | @@ -32,13 +33,4 @@ target 'kfw_ios_fastservice' do |
| # pod 'BaiduNaviKit-All/Cloud', '6.0.0' # 集成地图Cloud包 | # pod 'BaiduNaviKit-All/Cloud', '6.0.0' # 集成地图Cloud包 | ||
| pod 'BaiduNaviKit-All/Utils', '6.4.0' # 集成地图Utils包 | 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 | end |