Commit 99bd0a6953848a545969e6b878908d2e0b2900a8

Authored by 毕珂
0 parents

0.0.3

Showing 74 changed files with 3169 additions and 0 deletions
DSServiceModuleF.podspec 0 → 100644
  1 +++ a/DSServiceModuleF.podspec
  1 +Pod::Spec.new do |s|
  2 +
  3 + s.name = "DSServiceModuleF"
  4 + s.version = "0.0.3"
  5 + s.summary = "DSServiceModuleF"
  6 + s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam"
  7 + s.authors = { "DSIOSTeam" => "694092596@qq.com" }
  8 + s.license = "MIT"
  9 + s.source = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSServiceModuleF.git', :tag => s.version.to_s }
  10 + s.ios.deployment_target = '9.0'
  11 + s.vendored_frameworks = "DSServiceModuleF/Frameworks/DSServiceModule.framework"
  12 + s.frameworks = 'Foundation', 'UIKit'
  13 + s.xcconfig = {
  14 + 'ENABLE_BITCODE' => 'NO'
  15 + }
  16 + s.pod_target_xcconfig = {
  17 + 'VALID_ARCHS' => 'arm64'
  18 + }
  19 +
  20 + s.dependency 'MGJRouter', '~> 0.10.0'
  21 +
  22 + s.dependency 'DSBaseModuleF', '>=0.0.0', '<1.0.0'
  23 + s.dependency 'DSToolsModuleF', '>=0.0.0', '<1.0.0'
  24 + s.dependency 'DSCommonModuleF', '>=0.0.0', '<1.0.0'
  25 + s.dependency 'DSWebViewModuleF', '>=0.0.0', '<1.0.0'
  26 +
  27 +end
DSServiceModuleF/Frameworks/DSServiceModule.framework/DSServiceModule 0 → 100755
No preview for this file type
DSServiceModuleF/Frameworks/DSServiceModule.framework/DSServiceModule.bundle/Assets.car 0 → 100644
No preview for this file type
DSServiceModuleF/Frameworks/DSServiceModule.framework/DSServiceModule.bundle/Info.plist 0 → 100644
No preview for this file type
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPCollectionReusableFooterView.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPCollectionReusableFooterView.h
  1 +//
  2 +// DSServiceHPCollectionReusableFooterView.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/11/4.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "DSServiceHPDataModel.h"
  11 +
  12 +UIKIT_EXTERN NSString * _Nonnull const kDSServiceHPCollectionReusableFooterViewID;
  13 +
  14 +NS_ASSUME_NONNULL_BEGIN
  15 +
  16 +@interface DSServiceHPCollectionReusableFooterView : UICollectionReusableView
  17 +
  18 +#pragma mark - 赋值
  19 +
  20 +@property (nonatomic,strong,readonly) NSIndexPath * indexPath;
  21 +@property (nonatomic,copy,readonly) NSArray<DSServiceHPDataModel*> * sectionDatas;
  22 +
  23 +-(void)setIndexPath:(NSIndexPath *)indexPath sectionDatas:(NSArray<DSServiceHPDataModel*> *)sectionDatas;
  24 +
  25 +@end
  26 +
  27 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPCollectionReusableHeaderView.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPCollectionReusableHeaderView.h
  1 +//
  2 +// DSServiceHPCollectionReusableHeaderView.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/11/4.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +UIKIT_EXTERN NSString * _Nonnull const kDSServiceHPCollectionReusableHeaderViewID;
  12 +
  13 +NS_ASSUME_NONNULL_BEGIN
  14 +
  15 +@interface DSServiceHPCollectionReusableHeaderView : UICollectionReusableView
  16 +
  17 +#pragma mark - 赋值
  18 +
  19 +@property (nonatomic,strong) NSIndexPath * indexPath;
  20 +
  21 +@end
  22 +
  23 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPCollectionViewCell.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPCollectionViewCell.h
  1 +//
  2 +// DSServiceHPCollectionViewCell.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/11/4.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <UIKit/UIKit.h>
  10 +#import "DSServiceHPDataModel.h"
  11 +
  12 +UIKIT_EXTERN NSString * _Nonnull const kDSServiceHPCollectionViewCellID;
  13 +
  14 +NS_ASSUME_NONNULL_BEGIN
  15 +
  16 +@interface DSServiceHPCollectionViewCell : UICollectionViewCell
  17 +
  18 +#pragma mark - 赋值
  19 +
  20 +@property (nonatomic,strong) DSServiceHPDataModel * model;
  21 +
  22 +@end
  23 +
  24 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPDataModel.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPDataModel.h
  1 +//
  2 +// DSServiceHPDataModel.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/11/4.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +
  11 +NS_ASSUME_NONNULL_BEGIN
  12 +
  13 +@interface DSServiceHPDataModel : NSObject
  14 +
  15 +///应用id
  16 +@property (nonatomic,copy) NSString * id;
  17 +///名称
  18 +@property (nonatomic,copy) NSString * title;
  19 +///图标
  20 +@property (nonatomic,copy) NSString * simg;
  21 +///描述
  22 +@property (nonatomic,copy) NSString * desc;
  23 +///
  24 +@property (nonatomic,copy) NSString * shop_ads_store_id;
  25 +///
  26 +@property (nonatomic,copy) NSString * app_group_id;
  27 +///是否推荐 1推荐 0未
  28 +@property (nonatomic,assign) BOOL is_hot;
  29 +///跳转规则
  30 +@property (nonatomic,copy) NSString * type;
  31 +///跳转规则
  32 +@property (nonatomic,copy) NSString * shop_type;
  33 +///跳转规则
  34 +@property (nonatomic,copy) NSString * to;
  35 +///是否收藏 1 收藏 0 未收藏
  36 +@property (nonatomic,assign) BOOL is_cell;
  37 +
  38 +@end
  39 +
  40 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPModel.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPModel.h
  1 +//
  2 +// DSServiceHPModel.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/10/26.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +#import "DSServiceHPDataModel.h"
  11 +
  12 +NS_ASSUME_NONNULL_BEGIN
  13 +
  14 +@interface DSServiceHPModel : NSObject
  15 +
  16 +/// 推荐服务号
  17 +@property (nonatomic,copy) NSArray<DSServiceHPDataModel*> * data;
  18 +/// 收藏服务号
  19 +@property (nonatomic,copy) NSArray<DSServiceHPDataModel*> * cell;
  20 +/// 历史服务号
  21 +@property (nonatomic,copy) NSArray<DSServiceHPDataModel*> * history;
  22 +/// 搜索跳转url
  23 +@property (nonatomic,copy) NSString * search_url;
  24 +
  25 +@end
  26 +
  27 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPViewController.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceHPViewController.h
  1 +//
  2 +// DSServiceHPViewController.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/10/25.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <DSBaseModule/DSBaseModule.h>
  10 +
  11 +NS_ASSUME_NONNULL_BEGIN
  12 +
  13 +@interface DSServiceHPViewController : DSBaseViewController
  14 +
  15 +#pragma mark - 初始化方法
  16 +
  17 +@property (nonatomic,assign,readonly) BOOL isDisplayTabBar;
  18 +
  19 +/// 初始化方法
  20 +/// @param isDisplayTabBar 是否显示tabBar
  21 +-(instancetype)initWithIsDisplayTabBar:(BOOL)isDisplayTabBar;
  22 +
  23 +@end
  24 +
  25 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModule-umbrella.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModule-umbrella.h
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +#import "DSServiceModuleDelegate.h"
  14 +#import "DSServiceModuleManager.h"
  15 +#import "DSServiceModulePCH.h"
  16 +#import "DSServiceModuleRouter.h"
  17 +#import "UIImage+DSServiceModule.h"
  18 +#import "DSServiceRequest.h"
  19 +#import "DSServiceHPViewController.h"
  20 +#import "DSServiceHPDataModel.h"
  21 +#import "DSServiceHPModel.h"
  22 +#import "DSServiceHPCollectionReusableFooterView.h"
  23 +#import "DSServiceHPCollectionReusableHeaderView.h"
  24 +#import "DSServiceHPCollectionViewCell.h"
  25 +
  26 +FOUNDATION_EXPORT double DSServiceModuleVersionNumber;
  27 +FOUNDATION_EXPORT const unsigned char DSServiceModuleVersionString[];
  28 +
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModuleDelegate.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModuleDelegate.h
  1 +//
  2 +// DSServiceModuleDelegate.h
  3 +// DSServiceModule
  4 +//
  5 +// Created by zhaolin on 2020/3/11.
  6 +//
  7 +
  8 +#ifndef DSServiceModuleDelegate_h
  9 +#define DSServiceModuleDelegate_h
  10 +
  11 +@protocol DSServiceModuleDelegate <NSObject>
  12 +
  13 +@end
  14 +
  15 +#endif /* DSServiceModuleDelegate_h */
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModuleManager.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModuleManager.h
  1 +//
  2 +// DSServiceModuleManager.h
  3 +// DSServiceModule
  4 +//
  5 +// Created by zhaolin on 2020/3/4.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +#import "DSServiceModuleDelegate.h"
  10 +
  11 +NS_ASSUME_NONNULL_BEGIN
  12 +
  13 +@interface DSServiceModuleManager : NSObject
  14 +
  15 +#pragma mark - 单例
  16 +
  17 ++(instancetype)sharedManager;
  18 +
  19 +#pragma mark - 代理
  20 +
  21 +/// 代理
  22 +@property (nonatomic,weak,nullable) id<DSServiceModuleDelegate> delegate;
  23 +
  24 +@end
  25 +
  26 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModulePCH.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModulePCH.h
  1 +//
  2 +// DSServiceModulePCH.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2020/3/2.
  6 +//
  7 +
  8 +#ifndef DSServiceModulePCH_h
  9 +#define DSServiceModulePCH_h
  10 +
  11 +#import <DSBaseModule/DSBaseModule.h>
  12 +#import <DSToolsModule/DSToolsModule.h>
  13 +#import <DSCommonModule/DSCommonModule.h>
  14 +
  15 +#import "UIImage+DSServiceModule.h"
  16 +#import "DSServiceModuleRouter.h"
  17 +#import "DSServiceModuleManager.h"
  18 +
  19 +#import <DSWebViewModule/DSWebViewController.h>
  20 +
  21 +#endif /* DSServiceModulePCH_h */
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModuleRouter.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceModuleRouter.h
  1 +//
  2 +// DSServiceModuleRouter.h
  3 +// DSServiceModule
  4 +//
  5 +// Created by zhaolin on 2020/3/5.
  6 +//
  7 +
  8 +#import <Foundation/Foundation.h>
  9 +#import <UIKit/UIKit.h>
  10 +
  11 +NS_ASSUME_NONNULL_BEGIN
  12 +
  13 +@interface DSServiceModuleRouter : NSObject
  14 +
  15 +@end
  16 +
  17 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceRequest.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/DSServiceRequest.h
  1 +//
  2 +// DSServiceRequest.h
  3 +// DSCnliveShopSDK
  4 +//
  5 +// Created by zhaolin on 2019/10/25.
  6 +// Copyright © 2019 BIKE. All rights reserved.
  7 +//
  8 +
  9 +#import <Foundation/Foundation.h>
  10 +#import "DSServiceHPModel.h"
  11 +
  12 +NS_ASSUME_NONNULL_BEGIN
  13 +
  14 +@interface DSServiceRequest : NSObject
  15 +
  16 +#pragma mark - 服务首页
  17 +
  18 +///// 获取服务首页url
  19 +///// @param result 结果
  20 +//+(void)postGetServiceAppUrlWithResult:(void (^)(DSServiceHPModel * model, NSString * errorMessage))result;
  21 +
  22 +/// 服务号首页
  23 +/// @param uid 用户id
  24 +/// @param isCache 是否使用缓存
  25 +/// @param result 结果
  26 ++(void)postServiceAppIndexWithUid:(nullable NSString*)uid isCache:(BOOL)isCache result:(void (^)(BOOL isCacheData, DSServiceHPModel * model, NSString * errorMessage))result;
  27 +
  28 +/// 添加历史服务号
  29 +/// @param uid 用户id
  30 +/// @param appId 应用id
  31 +/// @param result 结果
  32 ++(void)postHistoryServiceAppWithUid:(NSString*)uid appId:(NSString*)appId result:(void (^)(NSString * errorMessage))result;
  33 +
  34 +@end
  35 +
  36 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/UIImage+DSServiceModule.h 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Headers/UIImage+DSServiceModule.h
  1 +//
  2 +// UIImage+DSServiceModule.h
  3 +// DSBaseModule
  4 +//
  5 +// Created by zhaolin on 2020/3/4.
  6 +//
  7 +
  8 +#import <UIKit/UIKit.h>
  9 +
  10 +NS_ASSUME_NONNULL_BEGIN
  11 +
  12 +@interface UIImage (DSServiceModule)
  13 +
  14 +#pragma mark - 获取图片
  15 +
  16 +/// DSServiceModule获取图片
  17 +/// @param imageName 图片名称
  18 ++(UIImage*)imageWithDSServiceModuleImageName:(NSString*)imageName;
  19 +
  20 +@end
  21 +
  22 +NS_ASSUME_NONNULL_END
DSServiceModuleF/Frameworks/DSServiceModule.framework/Info.plist 0 → 100644
No preview for this file type
DSServiceModuleF/Frameworks/DSServiceModule.framework/Modules/module.modulemap 0 → 100644
  1 +++ a/DSServiceModuleF/Frameworks/DSServiceModule.framework/Modules/module.modulemap
  1 +framework module DSServiceModule {
  2 + umbrella header "DSServiceModule-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/DSServiceModuleF.xcodeproj/project.pbxproj 0 → 100644
  1 +++ a/Example/DSServiceModuleF.xcodeproj/project.pbxproj
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  11 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  12 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  13 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  14 + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  15 + 6003F59E195388D20070C39A /* DSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* DSAppDelegate.m */; };
  16 + 6003F5A7195388D20070C39A /* DSViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* DSViewController.m */; };
  17 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  18 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  19 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  20 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  21 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  22 + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
  23 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  24 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  25 + C6A7C3E7351D27CFE304C7C3 /* Pods_DSServiceModuleF_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A94704601D2C4C9C797E665 /* Pods_DSServiceModuleF_Example.framework */; };
  26 + FDB4ADDFA944F53532941026 /* Pods_DSServiceModuleF_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BB19D678D34994E0EDF7740 /* Pods_DSServiceModuleF_Tests.framework */; };
  27 +/* End PBXBuildFile section */
  28 +
  29 +/* Begin PBXContainerItemProxy section */
  30 + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  31 + isa = PBXContainerItemProxy;
  32 + containerPortal = 6003F582195388D10070C39A /* Project object */;
  33 + proxyType = 1;
  34 + remoteGlobalIDString = 6003F589195388D20070C39A;
  35 + remoteInfo = DSServiceModuleF;
  36 + };
  37 +/* End PBXContainerItemProxy section */
  38 +
  39 +/* Begin PBXFileReference section */
  40 + 1C9E528D4105F057FDA39A58 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  41 + 332883C59468543FC3DCB05B /* Pods-DSServiceModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSServiceModuleF_Tests.debug.xcconfig"; path = "Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  42 + 3A94704601D2C4C9C797E665 /* Pods_DSServiceModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSServiceModuleF_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43 + 3CD1D47D0CCBD6561D97728C /* Pods-DSServiceModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSServiceModuleF_Tests.release.xcconfig"; path = "Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; };
  44 + 4D70641FC48E113E787F58BC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  45 + 50C0CA285F0B76E5E05B45DF /* Pods-DSServiceModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSServiceModuleF_Example.debug.xcconfig"; path = "Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; };
  46 + 6003F58A195388D20070C39A /* DSServiceModuleF_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DSServiceModuleF_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  47 + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  48 + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  49 + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  50 + 6003F595195388D20070C39A /* DSServiceModuleF-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSServiceModuleF-Info.plist"; sourceTree = "<group>"; };
  51 + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  52 + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  53 + 6003F59B195388D20070C39A /* DSServiceModuleF-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DSServiceModuleF-Prefix.pch"; sourceTree = "<group>"; };
  54 + 6003F59C195388D20070C39A /* DSAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSAppDelegate.h; sourceTree = "<group>"; };
  55 + 6003F59D195388D20070C39A /* DSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSAppDelegate.m; sourceTree = "<group>"; };
  56 + 6003F5A5195388D20070C39A /* DSViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DSViewController.h; sourceTree = "<group>"; };
  57 + 6003F5A6195388D20070C39A /* DSViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSViewController.m; sourceTree = "<group>"; };
  58 + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  59 + 6003F5AE195388D20070C39A /* DSServiceModuleF_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DSServiceModuleF_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  60 + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  61 + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  62 + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  63 + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
  64 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  65 + 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  66 + 7BB19D678D34994E0EDF7740 /* Pods_DSServiceModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DSServiceModuleF_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  67 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  68 + A4C81A8B8F771A83DF122D5F /* Pods-DSServiceModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DSServiceModuleF_Example.release.xcconfig"; path = "Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.release.xcconfig"; sourceTree = "<group>"; };
  69 + EEA7F28829207C4089FF9BFF /* DSServiceModuleF.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = DSServiceModuleF.podspec; path = ../DSServiceModuleF.podspec; sourceTree = "<group>"; };
  70 +/* End PBXFileReference section */
  71 +
  72 +/* Begin PBXFrameworksBuildPhase section */
  73 + 6003F587195388D20070C39A /* Frameworks */ = {
  74 + isa = PBXFrameworksBuildPhase;
  75 + buildActionMask = 2147483647;
  76 + files = (
  77 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  78 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  79 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  80 + C6A7C3E7351D27CFE304C7C3 /* Pods_DSServiceModuleF_Example.framework in Frameworks */,
  81 + );
  82 + runOnlyForDeploymentPostprocessing = 0;
  83 + };
  84 + 6003F5AB195388D20070C39A /* Frameworks */ = {
  85 + isa = PBXFrameworksBuildPhase;
  86 + buildActionMask = 2147483647;
  87 + files = (
  88 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  89 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  90 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  91 + FDB4ADDFA944F53532941026 /* Pods_DSServiceModuleF_Tests.framework in Frameworks */,
  92 + );
  93 + runOnlyForDeploymentPostprocessing = 0;
  94 + };
  95 +/* End PBXFrameworksBuildPhase section */
  96 +
  97 +/* Begin PBXGroup section */
  98 + 6003F581195388D10070C39A = {
  99 + isa = PBXGroup;
  100 + children = (
  101 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
  102 + 6003F593195388D20070C39A /* Example for DSServiceModuleF */,
  103 + 6003F5B5195388D20070C39A /* Tests */,
  104 + 6003F58C195388D20070C39A /* Frameworks */,
  105 + 6003F58B195388D20070C39A /* Products */,
  106 + 641A4E90B1385C2DA0100779 /* Pods */,
  107 + );
  108 + sourceTree = "<group>";
  109 + };
  110 + 6003F58B195388D20070C39A /* Products */ = {
  111 + isa = PBXGroup;
  112 + children = (
  113 + 6003F58A195388D20070C39A /* DSServiceModuleF_Example.app */,
  114 + 6003F5AE195388D20070C39A /* DSServiceModuleF_Tests.xctest */,
  115 + );
  116 + name = Products;
  117 + sourceTree = "<group>";
  118 + };
  119 + 6003F58C195388D20070C39A /* Frameworks */ = {
  120 + isa = PBXGroup;
  121 + children = (
  122 + 6003F58D195388D20070C39A /* Foundation.framework */,
  123 + 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  124 + 6003F591195388D20070C39A /* UIKit.framework */,
  125 + 6003F5AF195388D20070C39A /* XCTest.framework */,
  126 + 3A94704601D2C4C9C797E665 /* Pods_DSServiceModuleF_Example.framework */,
  127 + 7BB19D678D34994E0EDF7740 /* Pods_DSServiceModuleF_Tests.framework */,
  128 + );
  129 + name = Frameworks;
  130 + sourceTree = "<group>";
  131 + };
  132 + 6003F593195388D20070C39A /* Example for DSServiceModuleF */ = {
  133 + isa = PBXGroup;
  134 + children = (
  135 + 6003F59C195388D20070C39A /* DSAppDelegate.h */,
  136 + 6003F59D195388D20070C39A /* DSAppDelegate.m */,
  137 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
  138 + 6003F5A5195388D20070C39A /* DSViewController.h */,
  139 + 6003F5A6195388D20070C39A /* DSViewController.m */,
  140 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
  141 + 6003F5A8195388D20070C39A /* Images.xcassets */,
  142 + 6003F594195388D20070C39A /* Supporting Files */,
  143 + );
  144 + name = "Example for DSServiceModuleF";
  145 + path = DSServiceModuleF;
  146 + sourceTree = "<group>";
  147 + };
  148 + 6003F594195388D20070C39A /* Supporting Files */ = {
  149 + isa = PBXGroup;
  150 + children = (
  151 + 6003F595195388D20070C39A /* DSServiceModuleF-Info.plist */,
  152 + 6003F596195388D20070C39A /* InfoPlist.strings */,
  153 + 6003F599195388D20070C39A /* main.m */,
  154 + 6003F59B195388D20070C39A /* DSServiceModuleF-Prefix.pch */,
  155 + );
  156 + name = "Supporting Files";
  157 + sourceTree = "<group>";
  158 + };
  159 + 6003F5B5195388D20070C39A /* Tests */ = {
  160 + isa = PBXGroup;
  161 + children = (
  162 + 6003F5BB195388D20070C39A /* Tests.m */,
  163 + 6003F5B6195388D20070C39A /* Supporting Files */,
  164 + );
  165 + path = Tests;
  166 + sourceTree = "<group>";
  167 + };
  168 + 6003F5B6195388D20070C39A /* Supporting Files */ = {
  169 + isa = PBXGroup;
  170 + children = (
  171 + 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  172 + 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  173 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  174 + );
  175 + name = "Supporting Files";
  176 + sourceTree = "<group>";
  177 + };
  178 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
  179 + isa = PBXGroup;
  180 + children = (
  181 + EEA7F28829207C4089FF9BFF /* DSServiceModuleF.podspec */,
  182 + 4D70641FC48E113E787F58BC /* README.md */,
  183 + 1C9E528D4105F057FDA39A58 /* LICENSE */,
  184 + );
  185 + name = "Podspec Metadata";
  186 + sourceTree = "<group>";
  187 + };
  188 + 641A4E90B1385C2DA0100779 /* Pods */ = {
  189 + isa = PBXGroup;
  190 + children = (
  191 + 50C0CA285F0B76E5E05B45DF /* Pods-DSServiceModuleF_Example.debug.xcconfig */,
  192 + A4C81A8B8F771A83DF122D5F /* Pods-DSServiceModuleF_Example.release.xcconfig */,
  193 + 332883C59468543FC3DCB05B /* Pods-DSServiceModuleF_Tests.debug.xcconfig */,
  194 + 3CD1D47D0CCBD6561D97728C /* Pods-DSServiceModuleF_Tests.release.xcconfig */,
  195 + );
  196 + name = Pods;
  197 + path = Pods;
  198 + sourceTree = "<group>";
  199 + };
  200 +/* End PBXGroup section */
  201 +
  202 +/* Begin PBXNativeTarget section */
  203 + 6003F589195388D20070C39A /* DSServiceModuleF_Example */ = {
  204 + isa = PBXNativeTarget;
  205 + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSServiceModuleF_Example" */;
  206 + buildPhases = (
  207 + 523792AB43FB19BC27BF8B36 /* [CP] Check Pods Manifest.lock */,
  208 + 6003F586195388D20070C39A /* Sources */,
  209 + 6003F587195388D20070C39A /* Frameworks */,
  210 + 6003F588195388D20070C39A /* Resources */,
  211 + E7E910085F28F4A4567E52C4 /* [CP] Embed Pods Frameworks */,
  212 + );
  213 + buildRules = (
  214 + );
  215 + dependencies = (
  216 + );
  217 + name = DSServiceModuleF_Example;
  218 + productName = DSServiceModuleF;
  219 + productReference = 6003F58A195388D20070C39A /* DSServiceModuleF_Example.app */;
  220 + productType = "com.apple.product-type.application";
  221 + };
  222 + 6003F5AD195388D20070C39A /* DSServiceModuleF_Tests */ = {
  223 + isa = PBXNativeTarget;
  224 + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSServiceModuleF_Tests" */;
  225 + buildPhases = (
  226 + 0CD27C247B20A66571038F06 /* [CP] Check Pods Manifest.lock */,
  227 + 6003F5AA195388D20070C39A /* Sources */,
  228 + 6003F5AB195388D20070C39A /* Frameworks */,
  229 + 6003F5AC195388D20070C39A /* Resources */,
  230 + );
  231 + buildRules = (
  232 + );
  233 + dependencies = (
  234 + 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  235 + );
  236 + name = DSServiceModuleF_Tests;
  237 + productName = DSServiceModuleFTests;
  238 + productReference = 6003F5AE195388D20070C39A /* DSServiceModuleF_Tests.xctest */;
  239 + productType = "com.apple.product-type.bundle.unit-test";
  240 + };
  241 +/* End PBXNativeTarget section */
  242 +
  243 +/* Begin PBXProject section */
  244 + 6003F582195388D10070C39A /* Project object */ = {
  245 + isa = PBXProject;
  246 + attributes = {
  247 + CLASSPREFIX = DS;
  248 + LastUpgradeCheck = 0720;
  249 + ORGANIZATIONNAME = "694092596@qq.com";
  250 + TargetAttributes = {
  251 + 6003F5AD195388D20070C39A = {
  252 + TestTargetID = 6003F589195388D20070C39A;
  253 + };
  254 + };
  255 + };
  256 + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSServiceModuleF" */;
  257 + compatibilityVersion = "Xcode 3.2";
  258 + developmentRegion = English;
  259 + hasScannedForEncodings = 0;
  260 + knownRegions = (
  261 + en,
  262 + Base,
  263 + );
  264 + mainGroup = 6003F581195388D10070C39A;
  265 + productRefGroup = 6003F58B195388D20070C39A /* Products */;
  266 + projectDirPath = "";
  267 + projectRoot = "";
  268 + targets = (
  269 + 6003F589195388D20070C39A /* DSServiceModuleF_Example */,
  270 + 6003F5AD195388D20070C39A /* DSServiceModuleF_Tests */,
  271 + );
  272 + };
  273 +/* End PBXProject section */
  274 +
  275 +/* Begin PBXResourcesBuildPhase section */
  276 + 6003F588195388D20070C39A /* Resources */ = {
  277 + isa = PBXResourcesBuildPhase;
  278 + buildActionMask = 2147483647;
  279 + files = (
  280 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
  281 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
  282 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
  283 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
  284 + );
  285 + runOnlyForDeploymentPostprocessing = 0;
  286 + };
  287 + 6003F5AC195388D20070C39A /* Resources */ = {
  288 + isa = PBXResourcesBuildPhase;
  289 + buildActionMask = 2147483647;
  290 + files = (
  291 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  292 + );
  293 + runOnlyForDeploymentPostprocessing = 0;
  294 + };
  295 +/* End PBXResourcesBuildPhase section */
  296 +
  297 +/* Begin PBXShellScriptBuildPhase section */
  298 + 0CD27C247B20A66571038F06 /* [CP] Check Pods Manifest.lock */ = {
  299 + isa = PBXShellScriptBuildPhase;
  300 + buildActionMask = 2147483647;
  301 + files = (
  302 + );
  303 + inputFileListPaths = (
  304 + );
  305 + inputPaths = (
  306 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  307 + "${PODS_ROOT}/Manifest.lock",
  308 + );
  309 + name = "[CP] Check Pods Manifest.lock";
  310 + outputFileListPaths = (
  311 + );
  312 + outputPaths = (
  313 + "$(DERIVED_FILE_DIR)/Pods-DSServiceModuleF_Tests-checkManifestLockResult.txt",
  314 + );
  315 + runOnlyForDeploymentPostprocessing = 0;
  316 + shellPath = /bin/sh;
  317 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  318 + showEnvVarsInLog = 0;
  319 + };
  320 + 523792AB43FB19BC27BF8B36 /* [CP] Check Pods Manifest.lock */ = {
  321 + isa = PBXShellScriptBuildPhase;
  322 + buildActionMask = 2147483647;
  323 + files = (
  324 + );
  325 + inputFileListPaths = (
  326 + );
  327 + inputPaths = (
  328 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  329 + "${PODS_ROOT}/Manifest.lock",
  330 + );
  331 + name = "[CP] Check Pods Manifest.lock";
  332 + outputFileListPaths = (
  333 + );
  334 + outputPaths = (
  335 + "$(DERIVED_FILE_DIR)/Pods-DSServiceModuleF_Example-checkManifestLockResult.txt",
  336 + );
  337 + runOnlyForDeploymentPostprocessing = 0;
  338 + shellPath = /bin/sh;
  339 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  340 + showEnvVarsInLog = 0;
  341 + };
  342 + E7E910085F28F4A4567E52C4 /* [CP] Embed Pods Frameworks */ = {
  343 + isa = PBXShellScriptBuildPhase;
  344 + buildActionMask = 2147483647;
  345 + files = (
  346 + );
  347 + inputPaths = (
  348 + "${PODS_ROOT}/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-frameworks.sh",
  349 + "${BUILT_PRODUCTS_DIR}/DSServiceModuleF/DSServiceModuleF.framework",
  350 + );
  351 + name = "[CP] Embed Pods Frameworks";
  352 + outputPaths = (
  353 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DSServiceModuleF.framework",
  354 + );
  355 + runOnlyForDeploymentPostprocessing = 0;
  356 + shellPath = /bin/sh;
  357 + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-frameworks.sh\"\n";
  358 + showEnvVarsInLog = 0;
  359 + };
  360 +/* End PBXShellScriptBuildPhase section */
  361 +
  362 +/* Begin PBXSourcesBuildPhase section */
  363 + 6003F586195388D20070C39A /* Sources */ = {
  364 + isa = PBXSourcesBuildPhase;
  365 + buildActionMask = 2147483647;
  366 + files = (
  367 + 6003F59E195388D20070C39A /* DSAppDelegate.m in Sources */,
  368 + 6003F5A7195388D20070C39A /* DSViewController.m in Sources */,
  369 + 6003F59A195388D20070C39A /* main.m in Sources */,
  370 + );
  371 + runOnlyForDeploymentPostprocessing = 0;
  372 + };
  373 + 6003F5AA195388D20070C39A /* Sources */ = {
  374 + isa = PBXSourcesBuildPhase;
  375 + buildActionMask = 2147483647;
  376 + files = (
  377 + 6003F5BC195388D20070C39A /* Tests.m in Sources */,
  378 + );
  379 + runOnlyForDeploymentPostprocessing = 0;
  380 + };
  381 +/* End PBXSourcesBuildPhase section */
  382 +
  383 +/* Begin PBXTargetDependency section */
  384 + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  385 + isa = PBXTargetDependency;
  386 + target = 6003F589195388D20070C39A /* DSServiceModuleF_Example */;
  387 + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  388 + };
  389 +/* End PBXTargetDependency section */
  390 +
  391 +/* Begin PBXVariantGroup section */
  392 + 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  393 + isa = PBXVariantGroup;
  394 + children = (
  395 + 6003F597195388D20070C39A /* en */,
  396 + );
  397 + name = InfoPlist.strings;
  398 + sourceTree = "<group>";
  399 + };
  400 + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  401 + isa = PBXVariantGroup;
  402 + children = (
  403 + 6003F5B9195388D20070C39A /* en */,
  404 + );
  405 + name = InfoPlist.strings;
  406 + sourceTree = "<group>";
  407 + };
  408 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  409 + isa = PBXVariantGroup;
  410 + children = (
  411 + 71719F9E1E33DC2100824A3D /* Base */,
  412 + );
  413 + name = LaunchScreen.storyboard;
  414 + sourceTree = "<group>";
  415 + };
  416 +/* End PBXVariantGroup section */
  417 +
  418 +/* Begin XCBuildConfiguration section */
  419 + 6003F5BD195388D20070C39A /* Debug */ = {
  420 + isa = XCBuildConfiguration;
  421 + buildSettings = {
  422 + ALWAYS_SEARCH_USER_PATHS = NO;
  423 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  424 + CLANG_CXX_LIBRARY = "libc++";
  425 + CLANG_ENABLE_MODULES = YES;
  426 + CLANG_ENABLE_OBJC_ARC = YES;
  427 + CLANG_WARN_BOOL_CONVERSION = YES;
  428 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  429 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  430 + CLANG_WARN_EMPTY_BODY = YES;
  431 + CLANG_WARN_ENUM_CONVERSION = YES;
  432 + CLANG_WARN_INT_CONVERSION = YES;
  433 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  434 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  435 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  436 + COPY_PHASE_STRIP = NO;
  437 + ENABLE_TESTABILITY = YES;
  438 + GCC_C_LANGUAGE_STANDARD = gnu99;
  439 + GCC_DYNAMIC_NO_PIC = NO;
  440 + GCC_OPTIMIZATION_LEVEL = 0;
  441 + GCC_PREPROCESSOR_DEFINITIONS = (
  442 + "DEBUG=1",
  443 + "$(inherited)",
  444 + );
  445 + GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  446 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  447 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  448 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  449 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  450 + GCC_WARN_UNUSED_FUNCTION = YES;
  451 + GCC_WARN_UNUSED_VARIABLE = YES;
  452 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  453 + ONLY_ACTIVE_ARCH = YES;
  454 + SDKROOT = iphoneos;
  455 + TARGETED_DEVICE_FAMILY = "1,2";
  456 + };
  457 + name = Debug;
  458 + };
  459 + 6003F5BE195388D20070C39A /* Release */ = {
  460 + isa = XCBuildConfiguration;
  461 + buildSettings = {
  462 + ALWAYS_SEARCH_USER_PATHS = NO;
  463 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  464 + CLANG_CXX_LIBRARY = "libc++";
  465 + CLANG_ENABLE_MODULES = YES;
  466 + CLANG_ENABLE_OBJC_ARC = YES;
  467 + CLANG_WARN_BOOL_CONVERSION = YES;
  468 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  469 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  470 + CLANG_WARN_EMPTY_BODY = YES;
  471 + CLANG_WARN_ENUM_CONVERSION = YES;
  472 + CLANG_WARN_INT_CONVERSION = YES;
  473 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  474 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  475 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  476 + COPY_PHASE_STRIP = YES;
  477 + ENABLE_NS_ASSERTIONS = NO;
  478 + GCC_C_LANGUAGE_STANDARD = gnu99;
  479 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  480 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  481 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  482 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  483 + GCC_WARN_UNUSED_FUNCTION = YES;
  484 + GCC_WARN_UNUSED_VARIABLE = YES;
  485 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  486 + SDKROOT = iphoneos;
  487 + TARGETED_DEVICE_FAMILY = "1,2";
  488 + VALIDATE_PRODUCT = YES;
  489 + };
  490 + name = Release;
  491 + };
  492 + 6003F5C0195388D20070C39A /* Debug */ = {
  493 + isa = XCBuildConfiguration;
  494 + baseConfigurationReference = 50C0CA285F0B76E5E05B45DF /* Pods-DSServiceModuleF_Example.debug.xcconfig */;
  495 + buildSettings = {
  496 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  497 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  498 + GCC_PREFIX_HEADER = "DSServiceModuleF/DSServiceModuleF-Prefix.pch";
  499 + INFOPLIST_FILE = "DSServiceModuleF/DSServiceModuleF-Info.plist";
  500 + MODULE_NAME = ExampleApp;
  501 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  502 + PRODUCT_NAME = "$(TARGET_NAME)";
  503 + SWIFT_VERSION = 4.0;
  504 + WRAPPER_EXTENSION = app;
  505 + };
  506 + name = Debug;
  507 + };
  508 + 6003F5C1195388D20070C39A /* Release */ = {
  509 + isa = XCBuildConfiguration;
  510 + baseConfigurationReference = A4C81A8B8F771A83DF122D5F /* Pods-DSServiceModuleF_Example.release.xcconfig */;
  511 + buildSettings = {
  512 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  513 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  514 + GCC_PREFIX_HEADER = "DSServiceModuleF/DSServiceModuleF-Prefix.pch";
  515 + INFOPLIST_FILE = "DSServiceModuleF/DSServiceModuleF-Info.plist";
  516 + MODULE_NAME = ExampleApp;
  517 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  518 + PRODUCT_NAME = "$(TARGET_NAME)";
  519 + SWIFT_VERSION = 4.0;
  520 + WRAPPER_EXTENSION = app;
  521 + };
  522 + name = Release;
  523 + };
  524 + 6003F5C3195388D20070C39A /* Debug */ = {
  525 + isa = XCBuildConfiguration;
  526 + baseConfigurationReference = 332883C59468543FC3DCB05B /* Pods-DSServiceModuleF_Tests.debug.xcconfig */;
  527 + buildSettings = {
  528 + BUNDLE_LOADER = "$(TEST_HOST)";
  529 + FRAMEWORK_SEARCH_PATHS = (
  530 + "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  531 + "$(inherited)",
  532 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  533 + );
  534 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  535 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  536 + GCC_PREPROCESSOR_DEFINITIONS = (
  537 + "DEBUG=1",
  538 + "$(inherited)",
  539 + );
  540 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  541 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  542 + PRODUCT_NAME = "$(TARGET_NAME)";
  543 + SWIFT_VERSION = 4.0;
  544 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSServiceModuleF_Example.app/DSServiceModuleF_Example";
  545 + WRAPPER_EXTENSION = xctest;
  546 + };
  547 + name = Debug;
  548 + };
  549 + 6003F5C4195388D20070C39A /* Release */ = {
  550 + isa = XCBuildConfiguration;
  551 + baseConfigurationReference = 3CD1D47D0CCBD6561D97728C /* Pods-DSServiceModuleF_Tests.release.xcconfig */;
  552 + buildSettings = {
  553 + BUNDLE_LOADER = "$(TEST_HOST)";
  554 + FRAMEWORK_SEARCH_PATHS = (
  555 + "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  556 + "$(inherited)",
  557 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  558 + );
  559 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  560 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  561 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  562 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  563 + PRODUCT_NAME = "$(TARGET_NAME)";
  564 + SWIFT_VERSION = 4.0;
  565 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DSServiceModuleF_Example.app/DSServiceModuleF_Example";
  566 + WRAPPER_EXTENSION = xctest;
  567 + };
  568 + name = Release;
  569 + };
  570 +/* End XCBuildConfiguration section */
  571 +
  572 +/* Begin XCConfigurationList section */
  573 + 6003F585195388D10070C39A /* Build configuration list for PBXProject "DSServiceModuleF" */ = {
  574 + isa = XCConfigurationList;
  575 + buildConfigurations = (
  576 + 6003F5BD195388D20070C39A /* Debug */,
  577 + 6003F5BE195388D20070C39A /* Release */,
  578 + );
  579 + defaultConfigurationIsVisible = 0;
  580 + defaultConfigurationName = Release;
  581 + };
  582 + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "DSServiceModuleF_Example" */ = {
  583 + isa = XCConfigurationList;
  584 + buildConfigurations = (
  585 + 6003F5C0195388D20070C39A /* Debug */,
  586 + 6003F5C1195388D20070C39A /* Release */,
  587 + );
  588 + defaultConfigurationIsVisible = 0;
  589 + defaultConfigurationName = Release;
  590 + };
  591 + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "DSServiceModuleF_Tests" */ = {
  592 + isa = XCConfigurationList;
  593 + buildConfigurations = (
  594 + 6003F5C3195388D20070C39A /* Debug */,
  595 + 6003F5C4195388D20070C39A /* Release */,
  596 + );
  597 + defaultConfigurationIsVisible = 0;
  598 + defaultConfigurationName = Release;
  599 + };
  600 +/* End XCConfigurationList section */
  601 + };
  602 + rootObject = 6003F582195388D10070C39A /* Project object */;
  603 +}
Example/DSServiceModuleF.xcodeproj/project.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +++ a/Example/DSServiceModuleF.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "self:DSServiceModuleF.xcodeproj">
  6 + </FileRef>
  7 +</Workspace>
Example/DSServiceModuleF.xcodeproj/xcshareddata/xcschemes/DSServiceModuleF-Example.xcscheme 0 → 100644
  1 +++ a/Example/DSServiceModuleF.xcodeproj/xcshareddata/xcschemes/DSServiceModuleF-Example.xcscheme
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "0720"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForTesting = "YES"
  11 + buildForRunning = "YES"
  12 + buildForProfiling = "YES"
  13 + buildForArchiving = "YES"
  14 + buildForAnalyzing = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "6003F589195388D20070C39A"
  18 + BuildableName = "DSServiceModuleF_Example.app"
  19 + BlueprintName = "DSServiceModuleF_Example"
  20 + ReferencedContainer = "container:DSServiceModuleF.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + buildConfiguration = "Debug"
  27 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  28 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  29 + shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <Testables>
  31 + <TestableReference
  32 + skipped = "NO">
  33 + <BuildableReference
  34 + BuildableIdentifier = "primary"
  35 + BlueprintIdentifier = "6003F5AD195388D20070C39A"
  36 + BuildableName = "DSServiceModuleF_Tests.xctest"
  37 + BlueprintName = "DSServiceModuleF_Tests"
  38 + ReferencedContainer = "container:DSServiceModuleF.xcodeproj">
  39 + </BuildableReference>
  40 + </TestableReference>
  41 + </Testables>
  42 + <MacroExpansion>
  43 + <BuildableReference
  44 + BuildableIdentifier = "primary"
  45 + BlueprintIdentifier = "6003F589195388D20070C39A"
  46 + BuildableName = "DSServiceModuleF_Example.app"
  47 + BlueprintName = "DSServiceModuleF_Example"
  48 + ReferencedContainer = "container:DSServiceModuleF.xcodeproj">
  49 + </BuildableReference>
  50 + </MacroExpansion>
  51 + <AdditionalOptions>
  52 + </AdditionalOptions>
  53 + </TestAction>
  54 + <LaunchAction
  55 + buildConfiguration = "Debug"
  56 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  57 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  58 + launchStyle = "0"
  59 + useCustomWorkingDirectory = "NO"
  60 + ignoresPersistentStateOnLaunch = "NO"
  61 + debugDocumentVersioning = "YES"
  62 + debugServiceExtension = "internal"
  63 + allowLocationSimulation = "YES">
  64 + <BuildableProductRunnable
  65 + runnableDebuggingMode = "0">
  66 + <BuildableReference
  67 + BuildableIdentifier = "primary"
  68 + BlueprintIdentifier = "6003F589195388D20070C39A"
  69 + BuildableName = "DSServiceModuleF_Example.app"
  70 + BlueprintName = "DSServiceModuleF_Example"
  71 + ReferencedContainer = "container:DSServiceModuleF.xcodeproj">
  72 + </BuildableReference>
  73 + </BuildableProductRunnable>
  74 + <AdditionalOptions>
  75 + </AdditionalOptions>
  76 + </LaunchAction>
  77 + <ProfileAction
  78 + buildConfiguration = "Release"
  79 + shouldUseLaunchSchemeArgsEnv = "YES"
  80 + savedToolIdentifier = ""
  81 + useCustomWorkingDirectory = "NO"
  82 + debugDocumentVersioning = "YES">
  83 + <BuildableProductRunnable
  84 + runnableDebuggingMode = "0">
  85 + <BuildableReference
  86 + BuildableIdentifier = "primary"
  87 + BlueprintIdentifier = "6003F589195388D20070C39A"
  88 + BuildableName = "DSServiceModuleF_Example.app"
  89 + BlueprintName = "DSServiceModuleF_Example"
  90 + ReferencedContainer = "container:DSServiceModuleF.xcodeproj">
  91 + </BuildableReference>
  92 + </BuildableProductRunnable>
  93 + </ProfileAction>
  94 + <AnalyzeAction
  95 + buildConfiguration = "Debug">
  96 + </AnalyzeAction>
  97 + <ArchiveAction
  98 + buildConfiguration = "Release"
  99 + revealArchiveInOrganizer = "YES">
  100 + </ArchiveAction>
  101 +</Scheme>
Example/DSServiceModuleF.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +++ a/Example/DSServiceModuleF.xcworkspace/contents.xcworkspacedata
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "group:DSServiceModuleF.xcodeproj">
  6 + </FileRef>
  7 + <FileRef
  8 + location = "group:Pods/Pods.xcodeproj">
  9 + </FileRef>
  10 +</Workspace>
Example/DSServiceModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 0 → 100644
  1 +++ a/Example/DSServiceModuleF.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>IDEDidComputeMac32BitWarning</key>
  6 + <true/>
  7 +</dict>
  8 +</plist>
Example/DSServiceModuleF/Base.lproj/LaunchScreen.storyboard 0 → 100644
  1 +++ a/Example/DSServiceModuleF/Base.lproj/LaunchScreen.storyboard
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="EHf-IW-A2E">
  14 + <objects>
  15 + <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  18 + <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="53" y="375"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
Example/DSServiceModuleF/Base.lproj/Main.storyboard 0 → 100644
  1 +++ a/Example/DSServiceModuleF/Base.lproj/Main.storyboard
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="wQg-tq-qST">
  14 + <objects>
  15 + <viewController id="whP-gf-Uak" customClass="DSViewController" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
  18 + <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="305" y="433"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
Example/DSServiceModuleF/DSAppDelegate.h 0 → 100644
  1 +++ a/Example/DSServiceModuleF/DSAppDelegate.h
  1 +//
  2 +// DSAppDelegate.h
  3 +// DSServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface DSAppDelegate : UIResponder <UIApplicationDelegate>
  12 +
  13 +@property (strong, nonatomic) UIWindow *window;
  14 +
  15 +@end
Example/DSServiceModuleF/DSAppDelegate.m 0 → 100644
  1 +++ a/Example/DSServiceModuleF/DSAppDelegate.m
  1 +//
  2 +// DSAppDelegate.m
  3 +// DSServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +#import "DSAppDelegate.h"
  10 +
  11 +@implementation DSAppDelegate
  12 +
  13 +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  14 +{
  15 + // Override point for customization after application launch.
  16 + return YES;
  17 +}
  18 +
  19 +- (void)applicationWillResignActive:(UIApplication *)application
  20 +{
  21 + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  22 + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  23 +}
  24 +
  25 +- (void)applicationDidEnterBackground:(UIApplication *)application
  26 +{
  27 + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
  28 + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  29 +}
  30 +
  31 +- (void)applicationWillEnterForeground:(UIApplication *)application
  32 +{
  33 + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
  34 +}
  35 +
  36 +- (void)applicationDidBecomeActive:(UIApplication *)application
  37 +{
  38 + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
  39 +}
  40 +
  41 +- (void)applicationWillTerminate:(UIApplication *)application
  42 +{
  43 + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  44 +}
  45 +
  46 +@end
Example/DSServiceModuleF/DSServiceModuleF-Info.plist 0 → 100644
  1 +++ a/Example/DSServiceModuleF/DSServiceModuleF-Info.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>${PRODUCT_NAME}</string>
  9 + <key>CFBundleExecutable</key>
  10 + <string>${EXECUTABLE_NAME}</string>
  11 + <key>CFBundleIdentifier</key>
  12 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13 + <key>CFBundleInfoDictionaryVersion</key>
  14 + <string>6.0</string>
  15 + <key>CFBundleName</key>
  16 + <string>${PRODUCT_NAME}</string>
  17 + <key>CFBundlePackageType</key>
  18 + <string>APPL</string>
  19 + <key>CFBundleShortVersionString</key>
  20 + <string>1.0</string>
  21 + <key>CFBundleSignature</key>
  22 + <string>????</string>
  23 + <key>CFBundleVersion</key>
  24 + <string>1.0</string>
  25 + <key>LSRequiresIPhoneOS</key>
  26 + <true/>
  27 + <key>UILaunchStoryboardName</key>
  28 + <string>LaunchScreen</string>
  29 + <key>UIMainStoryboardFile</key>
  30 + <string>Main</string>
  31 + <key>UIRequiredDeviceCapabilities</key>
  32 + <array>
  33 + <string>armv7</string>
  34 + </array>
  35 + <key>UISupportedInterfaceOrientations</key>
  36 + <array>
  37 + <string>UIInterfaceOrientationPortrait</string>
  38 + <string>UIInterfaceOrientationLandscapeLeft</string>
  39 + <string>UIInterfaceOrientationLandscapeRight</string>
  40 + </array>
  41 + <key>UISupportedInterfaceOrientations~ipad</key>
  42 + <array>
  43 + <string>UIInterfaceOrientationPortrait</string>
  44 + <string>UIInterfaceOrientationPortraitUpsideDown</string>
  45 + <string>UIInterfaceOrientationLandscapeLeft</string>
  46 + <string>UIInterfaceOrientationLandscapeRight</string>
  47 + </array>
  48 +</dict>
  49 +</plist>
Example/DSServiceModuleF/DSServiceModuleF-Prefix.pch 0 → 100644
  1 +++ a/Example/DSServiceModuleF/DSServiceModuleF-Prefix.pch
  1 +//
  2 +// Prefix header
  3 +//
  4 +// The contents of this file are implicitly included at the beginning of every source file.
  5 +//
  6 +
  7 +#import <Availability.h>
  8 +
  9 +#ifndef __IPHONE_5_0
  10 +#warning "This project uses features only available in iOS SDK 5.0 and later."
  11 +#endif
  12 +
  13 +#ifdef __OBJC__
  14 + @import UIKit;
  15 + @import Foundation;
  16 +#endif
Example/DSServiceModuleF/DSViewController.h 0 → 100644
  1 +++ a/Example/DSServiceModuleF/DSViewController.h
  1 +//
  2 +// DSViewController.h
  3 +// DSServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface DSViewController : UIViewController
  12 +
  13 +@end
Example/DSServiceModuleF/DSViewController.m 0 → 100644
  1 +++ a/Example/DSServiceModuleF/DSViewController.m
  1 +//
  2 +// DSViewController.m
  3 +// DSServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +#import "DSViewController.h"
  10 +
  11 +@interface DSViewController ()
  12 +
  13 +@end
  14 +
  15 +@implementation DSViewController
  16 +
  17 +- (void)viewDidLoad
  18 +{
  19 + [super viewDidLoad];
  20 + // Do any additional setup after loading the view, typically from a nib.
  21 +}
  22 +
  23 +- (void)didReceiveMemoryWarning
  24 +{
  25 + [super didReceiveMemoryWarning];
  26 + // Dispose of any resources that can be recreated.
  27 +}
  28 +
  29 +@end
Example/DSServiceModuleF/Images.xcassets/AppIcon.appiconset/Contents.json 0 → 100644
  1 +++ a/Example/DSServiceModuleF/Images.xcassets/AppIcon.appiconset/Contents.json
  1 +{
  2 + "images" : [
  3 + {
  4 + "idiom" : "iphone",
  5 + "size" : "20x20",
  6 + "scale" : "2x"
  7 + },
  8 + {
  9 + "idiom" : "iphone",
  10 + "size" : "20x20",
  11 + "scale" : "3x"
  12 + },
  13 + {
  14 + "idiom" : "iphone",
  15 + "size" : "29x29",
  16 + "scale" : "2x"
  17 + },
  18 + {
  19 + "idiom" : "iphone",
  20 + "size" : "29x29",
  21 + "scale" : "3x"
  22 + },
  23 + {
  24 + "idiom" : "iphone",
  25 + "size" : "40x40",
  26 + "scale" : "2x"
  27 + },
  28 + {
  29 + "idiom" : "iphone",
  30 + "size" : "40x40",
  31 + "scale" : "3x"
  32 + },
  33 + {
  34 + "idiom" : "iphone",
  35 + "size" : "60x60",
  36 + "scale" : "2x"
  37 + },
  38 + {
  39 + "idiom" : "iphone",
  40 + "size" : "60x60",
  41 + "scale" : "3x"
  42 + },
  43 + {
  44 + "idiom" : "ipad",
  45 + "size" : "20x20",
  46 + "scale" : "1x"
  47 + },
  48 + {
  49 + "idiom" : "ipad",
  50 + "size" : "20x20",
  51 + "scale" : "2x"
  52 + },
  53 + {
  54 + "idiom" : "ipad",
  55 + "size" : "29x29",
  56 + "scale" : "1x"
  57 + },
  58 + {
  59 + "idiom" : "ipad",
  60 + "size" : "29x29",
  61 + "scale" : "2x"
  62 + },
  63 + {
  64 + "idiom" : "ipad",
  65 + "size" : "40x40",
  66 + "scale" : "1x"
  67 + },
  68 + {
  69 + "idiom" : "ipad",
  70 + "size" : "40x40",
  71 + "scale" : "2x"
  72 + },
  73 + {
  74 + "idiom" : "ipad",
  75 + "size" : "76x76",
  76 + "scale" : "1x"
  77 + },
  78 + {
  79 + "idiom" : "ipad",
  80 + "size" : "76x76",
  81 + "scale" : "2x"
  82 + },
  83 + {
  84 + "idiom" : "ipad",
  85 + "size" : "83.5x83.5",
  86 + "scale" : "2x"
  87 + },
  88 + {
  89 + "idiom" : "ios-marketing",
  90 + "size" : "1024x1024",
  91 + "scale" : "1x"
  92 + }
  93 + ],
  94 + "info" : {
  95 + "version" : 1,
  96 + "author" : "xcode"
  97 + }
  98 +}
Example/DSServiceModuleF/en.lproj/InfoPlist.strings 0 → 100644
  1 +++ a/Example/DSServiceModuleF/en.lproj/InfoPlist.strings
  1 +/* Localized versions of Info.plist keys */
  2 +
Example/DSServiceModuleF/main.m 0 → 100644
  1 +++ a/Example/DSServiceModuleF/main.m
  1 +//
  2 +// main.m
  3 +// DSServiceModuleF
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +#import "DSAppDelegate.h"
  11 +
  12 +int main(int argc, char * argv[])
  13 +{
  14 + @autoreleasepool {
  15 + return UIApplicationMain(argc, argv, nil, NSStringFromClass([DSAppDelegate class]));
  16 + }
  17 +}
Example/Podfile 0 → 100644
  1 +++ a/Example/Podfile
  1 +use_frameworks!
  2 +
  3 +platform :ios, '8.0'
  4 +
  5 +target 'DSServiceModuleF_Example' do
  6 + pod 'DSServiceModuleF', :path => '../'
  7 +
  8 + target 'DSServiceModuleF_Tests' do
  9 + inherit! :search_paths
  10 +
  11 +
  12 + end
  13 +end
Example/Podfile.lock 0 → 100644
  1 +++ a/Example/Podfile.lock
  1 +PODS:
  2 + - DSServiceModuleF (0.1.0)
  3 +
  4 +DEPENDENCIES:
  5 + - DSServiceModuleF (from `../`)
  6 +
  7 +EXTERNAL SOURCES:
  8 + DSServiceModuleF:
  9 + :path: "../"
  10 +
  11 +SPEC CHECKSUMS:
  12 + DSServiceModuleF: dfb928972b48d34f6758df017d8215e5bb86ea5d
  13 +
  14 +PODFILE CHECKSUM: aeca6a2235d17d37002439207a1334f2e74f1b99
  15 +
  16 +COCOAPODS: 1.8.4
Example/Pods/Local Podspecs/DSServiceModuleF.podspec.json 0 → 100644
  1 +++ a/Example/Pods/Local Podspecs/DSServiceModuleF.podspec.json
  1 +{
  2 + "name": "DSServiceModuleF",
  3 + "version": "0.1.0",
  4 + "summary": "A short description of DSServiceModuleF.",
  5 + "description": "TODO: Add long description of the pod here.",
  6 + "homepage": "https://github.com/694092596@qq.com/DSServiceModuleF",
  7 + "license": {
  8 + "type": "MIT",
  9 + "file": "LICENSE"
  10 + },
  11 + "authors": {
  12 + "694092596@qq.com": "694092596@qq.com"
  13 + },
  14 + "source": {
  15 + "git": "https://github.com/694092596@qq.com/DSServiceModuleF.git",
  16 + "tag": "0.1.0"
  17 + },
  18 + "platforms": {
  19 + "ios": "8.0"
  20 + },
  21 + "source_files": "DSServiceModuleF/Classes/**/*"
  22 +}
Example/Pods/Manifest.lock 0 → 100644
  1 +++ a/Example/Pods/Manifest.lock
  1 +PODS:
  2 + - DSServiceModuleF (0.1.0)
  3 +
  4 +DEPENDENCIES:
  5 + - DSServiceModuleF (from `../`)
  6 +
  7 +EXTERNAL SOURCES:
  8 + DSServiceModuleF:
  9 + :path: "../"
  10 +
  11 +SPEC CHECKSUMS:
  12 + DSServiceModuleF: dfb928972b48d34f6758df017d8215e5bb86ea5d
  13 +
  14 +PODFILE CHECKSUM: aeca6a2235d17d37002439207a1334f2e74f1b99
  15 +
  16 +COCOAPODS: 1.8.4
Example/Pods/Pods.xcodeproj/project.pbxproj 0 → 100644
  1 +++ a/Example/Pods/Pods.xcodeproj/project.pbxproj
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 00BE0765E7C18C09480BC06FE26D4E46 /* Pods-DSServiceModuleF_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A4301B5664756B2BD58E376BDD47A4E /* Pods-DSServiceModuleF_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11 + 343476F3200975EEAB830E71B3E4B6F0 /* Pods-DSServiceModuleF_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26FAC29B265DB226015F3987D1635576 /* Pods-DSServiceModuleF_Example-dummy.m */; };
  12 + 580AB03126F0FACEE022883068F0A850 /* ReplaceMe.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1D42D53979C3B1EC8D2542BB370942 /* ReplaceMe.m */; };
  13 + 7A7465D3DC9EE0713A970FC047393E2A /* DSServiceModuleF-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0814CB31C846B2B19F86D20A6D3FC139 /* DSServiceModuleF-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14 + 7BFBE508FE7D04A6914CC84460BA80DF /* DSServiceModuleF-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31C5DC6F053A9B7B93C1D3E8AA23269D /* DSServiceModuleF-dummy.m */; };
  15 + 881CC592A58F62BFC7EED54F627B4D68 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; };
  16 + 9229ED9DC3326CB4BF849CF31222FAC9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; };
  17 + A397EC3EA366F7B6C350A78300B2678A /* Pods-DSServiceModuleF_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50D923BA37F9DB91C6B9C640D94682E8 /* Pods-DSServiceModuleF_Tests-dummy.m */; };
  18 + A444D95790757BEF5D4B41E08E758717 /* Pods-DSServiceModuleF_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B5DA30CA2AA854C44BB9F4B4BAC1AA /* Pods-DSServiceModuleF_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  19 + B455D36BF30398A8D5D5B7604DFDCD72 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; };
  20 +/* End PBXBuildFile section */
  21 +
  22 +/* Begin PBXContainerItemProxy section */
  23 + 5A37BD613668D36E188584A00F65698E /* PBXContainerItemProxy */ = {
  24 + isa = PBXContainerItemProxy;
  25 + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  26 + proxyType = 1;
  27 + remoteGlobalIDString = 93CE4CCB1827F9D86F9A6FFA00F82578;
  28 + remoteInfo = "Pods-DSServiceModuleF_Example";
  29 + };
  30 + E36EFD990020B41725F58FE98051CB39 /* PBXContainerItemProxy */ = {
  31 + isa = PBXContainerItemProxy;
  32 + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  33 + proxyType = 1;
  34 + remoteGlobalIDString = 3340A0B4197B2B6EEF084DECFBDC8646;
  35 + remoteInfo = DSServiceModuleF;
  36 + };
  37 +/* End PBXContainerItemProxy section */
  38 +
  39 +/* Begin PBXFileReference section */
  40 + 017599B305CACEDDE663B270425628B6 /* Pods-DSServiceModuleF_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSServiceModuleF_Example.modulemap"; sourceTree = "<group>"; };
  41 + 03DC03B89D19DBA6F3A5E740429B9B4D /* Pods-DSServiceModuleF_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSServiceModuleF_Tests-Info.plist"; sourceTree = "<group>"; };
  42 + 05DF60373BAE51FDCC0D0A4E526FB82D /* Pods-DSServiceModuleF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSServiceModuleF_Example.release.xcconfig"; sourceTree = "<group>"; };
  43 + 0814CB31C846B2B19F86D20A6D3FC139 /* DSServiceModuleF-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DSServiceModuleF-umbrella.h"; sourceTree = "<group>"; };
  44 + 1B5A63E2A919BFD37BDFCE86FB723F45 /* Pods-DSServiceModuleF_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DSServiceModuleF_Tests.modulemap"; sourceTree = "<group>"; };
  45 + 1F3CAE36A58A2CBF90FFBF694DB50B2E /* DSServiceModuleF-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DSServiceModuleF-prefix.pch"; sourceTree = "<group>"; };
  46 + 2026FF7D2CEED6D6D441C31874583B8B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
  47 + 26FAC29B265DB226015F3987D1635576 /* Pods-DSServiceModuleF_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSServiceModuleF_Example-dummy.m"; sourceTree = "<group>"; };
  48 + 31C5DC6F053A9B7B93C1D3E8AA23269D /* DSServiceModuleF-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DSServiceModuleF-dummy.m"; sourceTree = "<group>"; };
  49 + 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  50 + 33F9040FB3D5001A21CFE36852A7A646 /* Pods-DSServiceModuleF_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSServiceModuleF_Example-acknowledgements.plist"; sourceTree = "<group>"; };
  51 + 3A4301B5664756B2BD58E376BDD47A4E /* Pods-DSServiceModuleF_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSServiceModuleF_Tests-umbrella.h"; sourceTree = "<group>"; };
  52 + 3C3F010694D77EF2BEAB63B40ECB189A /* DSServiceModuleF.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DSServiceModuleF.modulemap; sourceTree = "<group>"; };
  53 + 427472677CD53A308A02DDD40660C73A /* DSServiceModuleF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DSServiceModuleF.framework; path = DSServiceModuleF.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  54 + 4FB29F8A3DC82E86DC8561279F240E13 /* Pods-DSServiceModuleF_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSServiceModuleF_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
  55 + 50D923BA37F9DB91C6B9C640D94682E8 /* Pods-DSServiceModuleF_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DSServiceModuleF_Tests-dummy.m"; sourceTree = "<group>"; };
  56 + 644EA4970145D95FDAE848C4725DBEFB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; };
  57 + 80A5A747F47CD889C29D7EAC7572E572 /* Pods-DSServiceModuleF_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSServiceModuleF_Tests.release.xcconfig"; sourceTree = "<group>"; };
  58 + 97F6B77AB9351E2DB17C66E8CFCD9D97 /* DSServiceModuleF.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DSServiceModuleF.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  59 + 9A15C7C852EC7D0D6B23CF88A54F0DD9 /* Pods-DSServiceModuleF_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DSServiceModuleF_Example-Info.plist"; sourceTree = "<group>"; };
  60 + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  61 + 9E49DB192041C53612169416377EC1C2 /* DSServiceModuleF-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DSServiceModuleF-Info.plist"; sourceTree = "<group>"; };
  62 + A7B5DA30CA2AA854C44BB9F4B4BAC1AA /* Pods-DSServiceModuleF_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DSServiceModuleF_Example-umbrella.h"; sourceTree = "<group>"; };
  63 + AD68058D1BB7BD20FF466011FF65F87B /* Pods-DSServiceModuleF_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSServiceModuleF_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
  64 + B0F544812FB2C8FD5E908D30532D79FA /* Pods-DSServiceModuleF_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DSServiceModuleF_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
  65 + B1A98C8CDC52FA91D1412C779CB6BCE5 /* Pods-DSServiceModuleF_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DSServiceModuleF_Example-frameworks.sh"; sourceTree = "<group>"; };
  66 + B48300988321CA35426392412508C9FF /* DSServiceModuleF.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DSServiceModuleF.xcconfig; sourceTree = "<group>"; };
  67 + E0E2471CF0FA78A0F2F0198868A9861A /* Pods-DSServiceModuleF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSServiceModuleF_Example.debug.xcconfig"; sourceTree = "<group>"; };
  68 + E7E0D6B40912EBF5435F4281A8DF5553 /* Pods_DSServiceModuleF_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSServiceModuleF_Tests.framework; path = "Pods-DSServiceModuleF_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
  69 + EA69FA27F632F13FBE2F8C0B7B30D5C2 /* Pods-DSServiceModuleF_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DSServiceModuleF_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  70 + ED1D42D53979C3B1EC8D2542BB370942 /* ReplaceMe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReplaceMe.m; path = DSServiceModuleF/Classes/ReplaceMe.m; sourceTree = "<group>"; };
  71 + F7E553D676EA5DED2A9A5B174959FA2A /* Pods_DSServiceModuleF_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_DSServiceModuleF_Example.framework; path = "Pods-DSServiceModuleF_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
  72 +/* End PBXFileReference section */
  73 +
  74 +/* Begin PBXFrameworksBuildPhase section */
  75 + 076D256E3BFAEE91B570D7216089E315 /* Frameworks */ = {
  76 + isa = PBXFrameworksBuildPhase;
  77 + buildActionMask = 2147483647;
  78 + files = (
  79 + 9229ED9DC3326CB4BF849CF31222FAC9 /* Foundation.framework in Frameworks */,
  80 + );
  81 + runOnlyForDeploymentPostprocessing = 0;
  82 + };
  83 + 7D1AECF5F05459CB01151A57BCFD9256 /* Frameworks */ = {
  84 + isa = PBXFrameworksBuildPhase;
  85 + buildActionMask = 2147483647;
  86 + files = (
  87 + B455D36BF30398A8D5D5B7604DFDCD72 /* Foundation.framework in Frameworks */,
  88 + );
  89 + runOnlyForDeploymentPostprocessing = 0;
  90 + };
  91 + B26AE3CFD7238A8223CEEB7BF228E309 /* Frameworks */ = {
  92 + isa = PBXFrameworksBuildPhase;
  93 + buildActionMask = 2147483647;
  94 + files = (
  95 + 881CC592A58F62BFC7EED54F627B4D68 /* Foundation.framework in Frameworks */,
  96 + );
  97 + runOnlyForDeploymentPostprocessing = 0;
  98 + };
  99 +/* End PBXFrameworksBuildPhase section */
  100 +
  101 +/* Begin PBXGroup section */
  102 + 2F90AFACDEFF1CA4FD2ADEA0743ED467 /* Pods-DSServiceModuleF_Example */ = {
  103 + isa = PBXGroup;
  104 + children = (
  105 + 017599B305CACEDDE663B270425628B6 /* Pods-DSServiceModuleF_Example.modulemap */,
  106 + AD68058D1BB7BD20FF466011FF65F87B /* Pods-DSServiceModuleF_Example-acknowledgements.markdown */,
  107 + 33F9040FB3D5001A21CFE36852A7A646 /* Pods-DSServiceModuleF_Example-acknowledgements.plist */,
  108 + 26FAC29B265DB226015F3987D1635576 /* Pods-DSServiceModuleF_Example-dummy.m */,
  109 + B1A98C8CDC52FA91D1412C779CB6BCE5 /* Pods-DSServiceModuleF_Example-frameworks.sh */,
  110 + 9A15C7C852EC7D0D6B23CF88A54F0DD9 /* Pods-DSServiceModuleF_Example-Info.plist */,
  111 + A7B5DA30CA2AA854C44BB9F4B4BAC1AA /* Pods-DSServiceModuleF_Example-umbrella.h */,
  112 + E0E2471CF0FA78A0F2F0198868A9861A /* Pods-DSServiceModuleF_Example.debug.xcconfig */,
  113 + 05DF60373BAE51FDCC0D0A4E526FB82D /* Pods-DSServiceModuleF_Example.release.xcconfig */,
  114 + );
  115 + name = "Pods-DSServiceModuleF_Example";
  116 + path = "Target Support Files/Pods-DSServiceModuleF_Example";
  117 + sourceTree = "<group>";
  118 + };
  119 + 31CC085815CE80723B1BE6AE8BBBF0C1 /* Products */ = {
  120 + isa = PBXGroup;
  121 + children = (
  122 + 427472677CD53A308A02DDD40660C73A /* DSServiceModuleF.framework */,
  123 + F7E553D676EA5DED2A9A5B174959FA2A /* Pods_DSServiceModuleF_Example.framework */,
  124 + E7E0D6B40912EBF5435F4281A8DF5553 /* Pods_DSServiceModuleF_Tests.framework */,
  125 + );
  126 + name = Products;
  127 + sourceTree = "<group>";
  128 + };
  129 + 399026F0B865573EB8F4B03337EA1FB9 /* Pods-DSServiceModuleF_Tests */ = {
  130 + isa = PBXGroup;
  131 + children = (
  132 + 1B5A63E2A919BFD37BDFCE86FB723F45 /* Pods-DSServiceModuleF_Tests.modulemap */,
  133 + B0F544812FB2C8FD5E908D30532D79FA /* Pods-DSServiceModuleF_Tests-acknowledgements.markdown */,
  134 + 4FB29F8A3DC82E86DC8561279F240E13 /* Pods-DSServiceModuleF_Tests-acknowledgements.plist */,
  135 + 50D923BA37F9DB91C6B9C640D94682E8 /* Pods-DSServiceModuleF_Tests-dummy.m */,
  136 + 03DC03B89D19DBA6F3A5E740429B9B4D /* Pods-DSServiceModuleF_Tests-Info.plist */,
  137 + 3A4301B5664756B2BD58E376BDD47A4E /* Pods-DSServiceModuleF_Tests-umbrella.h */,
  138 + EA69FA27F632F13FBE2F8C0B7B30D5C2 /* Pods-DSServiceModuleF_Tests.debug.xcconfig */,
  139 + 80A5A747F47CD889C29D7EAC7572E572 /* Pods-DSServiceModuleF_Tests.release.xcconfig */,
  140 + );
  141 + name = "Pods-DSServiceModuleF_Tests";
  142 + path = "Target Support Files/Pods-DSServiceModuleF_Tests";
  143 + sourceTree = "<group>";
  144 + };
  145 + 4CC650160A66ED0B9A1DCF68F88013B3 /* Support Files */ = {
  146 + isa = PBXGroup;
  147 + children = (
  148 + 3C3F010694D77EF2BEAB63B40ECB189A /* DSServiceModuleF.modulemap */,
  149 + B48300988321CA35426392412508C9FF /* DSServiceModuleF.xcconfig */,
  150 + 31C5DC6F053A9B7B93C1D3E8AA23269D /* DSServiceModuleF-dummy.m */,
  151 + 9E49DB192041C53612169416377EC1C2 /* DSServiceModuleF-Info.plist */,
  152 + 1F3CAE36A58A2CBF90FFBF694DB50B2E /* DSServiceModuleF-prefix.pch */,
  153 + 0814CB31C846B2B19F86D20A6D3FC139 /* DSServiceModuleF-umbrella.h */,
  154 + );
  155 + name = "Support Files";
  156 + path = "Example/Pods/Target Support Files/DSServiceModuleF";
  157 + sourceTree = "<group>";
  158 + };
  159 + 823D5EDEBFD0D45CADB2FFACCB2F5B83 /* Targets Support Files */ = {
  160 + isa = PBXGroup;
  161 + children = (
  162 + 2F90AFACDEFF1CA4FD2ADEA0743ED467 /* Pods-DSServiceModuleF_Example */,
  163 + 399026F0B865573EB8F4B03337EA1FB9 /* Pods-DSServiceModuleF_Tests */,
  164 + );
  165 + name = "Targets Support Files";
  166 + sourceTree = "<group>";
  167 + };
  168 + 88F6F97A30D0C1A4DF5839370FAA7629 /* Pod */ = {
  169 + isa = PBXGroup;
  170 + children = (
  171 + 97F6B77AB9351E2DB17C66E8CFCD9D97 /* DSServiceModuleF.podspec */,
  172 + 644EA4970145D95FDAE848C4725DBEFB /* LICENSE */,
  173 + 2026FF7D2CEED6D6D441C31874583B8B /* README.md */,
  174 + );
  175 + name = Pod;
  176 + sourceTree = "<group>";
  177 + };
  178 + 8C255A15635948CE7AC3E52063D35951 /* DSServiceModuleF */ = {
  179 + isa = PBXGroup;
  180 + children = (
  181 + ED1D42D53979C3B1EC8D2542BB370942 /* ReplaceMe.m */,
  182 + 88F6F97A30D0C1A4DF5839370FAA7629 /* Pod */,
  183 + 4CC650160A66ED0B9A1DCF68F88013B3 /* Support Files */,
  184 + );
  185 + name = DSServiceModuleF;
  186 + path = ../..;
  187 + sourceTree = "<group>";
  188 + };
  189 + C0834CEBB1379A84116EF29F93051C60 /* iOS */ = {
  190 + isa = PBXGroup;
  191 + children = (
  192 + 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */,
  193 + );
  194 + name = iOS;
  195 + sourceTree = "<group>";
  196 + };
  197 + CF1408CF629C7361332E53B88F7BD30C = {
  198 + isa = PBXGroup;
  199 + children = (
  200 + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
  201 + D3150CC2D1608B72AAFB7CBB965CFAFF /* Development Pods */,
  202 + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
  203 + 31CC085815CE80723B1BE6AE8BBBF0C1 /* Products */,
  204 + 823D5EDEBFD0D45CADB2FFACCB2F5B83 /* Targets Support Files */,
  205 + );
  206 + sourceTree = "<group>";
  207 + };
  208 + D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
  209 + isa = PBXGroup;
  210 + children = (
  211 + C0834CEBB1379A84116EF29F93051C60 /* iOS */,
  212 + );
  213 + name = Frameworks;
  214 + sourceTree = "<group>";
  215 + };
  216 + D3150CC2D1608B72AAFB7CBB965CFAFF /* Development Pods */ = {
  217 + isa = PBXGroup;
  218 + children = (
  219 + 8C255A15635948CE7AC3E52063D35951 /* DSServiceModuleF */,
  220 + );
  221 + name = "Development Pods";
  222 + sourceTree = "<group>";
  223 + };
  224 +/* End PBXGroup section */
  225 +
  226 +/* Begin PBXHeadersBuildPhase section */
  227 + 5874F3411E530F5AB3F346EFDEA2888A /* Headers */ = {
  228 + isa = PBXHeadersBuildPhase;
  229 + buildActionMask = 2147483647;
  230 + files = (
  231 + A444D95790757BEF5D4B41E08E758717 /* Pods-DSServiceModuleF_Example-umbrella.h in Headers */,
  232 + );
  233 + runOnlyForDeploymentPostprocessing = 0;
  234 + };
  235 + 62F406052BCB0CF105739F3C2083B7DD /* Headers */ = {
  236 + isa = PBXHeadersBuildPhase;
  237 + buildActionMask = 2147483647;
  238 + files = (
  239 + 00BE0765E7C18C09480BC06FE26D4E46 /* Pods-DSServiceModuleF_Tests-umbrella.h in Headers */,
  240 + );
  241 + runOnlyForDeploymentPostprocessing = 0;
  242 + };
  243 + CB3A82EA69234E6E4C9F9FADA0ACB855 /* Headers */ = {
  244 + isa = PBXHeadersBuildPhase;
  245 + buildActionMask = 2147483647;
  246 + files = (
  247 + 7A7465D3DC9EE0713A970FC047393E2A /* DSServiceModuleF-umbrella.h in Headers */,
  248 + );
  249 + runOnlyForDeploymentPostprocessing = 0;
  250 + };
  251 +/* End PBXHeadersBuildPhase section */
  252 +
  253 +/* Begin PBXNativeTarget section */
  254 + 3340A0B4197B2B6EEF084DECFBDC8646 /* DSServiceModuleF */ = {
  255 + isa = PBXNativeTarget;
  256 + buildConfigurationList = DC43EB6CA42C6B3BE92C6788497A1526 /* Build configuration list for PBXNativeTarget "DSServiceModuleF" */;
  257 + buildPhases = (
  258 + CB3A82EA69234E6E4C9F9FADA0ACB855 /* Headers */,
  259 + FF232701F3913FFFD6FC714EED1E49E5 /* Sources */,
  260 + 7D1AECF5F05459CB01151A57BCFD9256 /* Frameworks */,
  261 + 6EEA39EDCCD0F91ACC52580E939AEC65 /* Resources */,
  262 + );
  263 + buildRules = (
  264 + );
  265 + dependencies = (
  266 + );
  267 + name = DSServiceModuleF;
  268 + productName = DSServiceModuleF;
  269 + productReference = 427472677CD53A308A02DDD40660C73A /* DSServiceModuleF.framework */;
  270 + productType = "com.apple.product-type.framework";
  271 + };
  272 + 661E50543A6B918607C75B902FBF765E /* Pods-DSServiceModuleF_Tests */ = {
  273 + isa = PBXNativeTarget;
  274 + buildConfigurationList = 9BE616088FD8FB85D81AE44A43069DA4 /* Build configuration list for PBXNativeTarget "Pods-DSServiceModuleF_Tests" */;
  275 + buildPhases = (
  276 + 62F406052BCB0CF105739F3C2083B7DD /* Headers */,
  277 + 347D97B1A77B8276F0C9992018685418 /* Sources */,
  278 + 076D256E3BFAEE91B570D7216089E315 /* Frameworks */,
  279 + BE2F67B2CA61AF909C8A1AFF653F8F2C /* Resources */,
  280 + );
  281 + buildRules = (
  282 + );
  283 + dependencies = (
  284 + 0AA38C86F9C178066EB3781985636958 /* PBXTargetDependency */,
  285 + );
  286 + name = "Pods-DSServiceModuleF_Tests";
  287 + productName = "Pods-DSServiceModuleF_Tests";
  288 + productReference = E7E0D6B40912EBF5435F4281A8DF5553 /* Pods_DSServiceModuleF_Tests.framework */;
  289 + productType = "com.apple.product-type.framework";
  290 + };
  291 + 93CE4CCB1827F9D86F9A6FFA00F82578 /* Pods-DSServiceModuleF_Example */ = {
  292 + isa = PBXNativeTarget;
  293 + buildConfigurationList = F23764741C5FFC513D0001E94AD645C9 /* Build configuration list for PBXNativeTarget "Pods-DSServiceModuleF_Example" */;
  294 + buildPhases = (
  295 + 5874F3411E530F5AB3F346EFDEA2888A /* Headers */,
  296 + F06DBBA6156A95ABCA35F56D19D1012D /* Sources */,
  297 + B26AE3CFD7238A8223CEEB7BF228E309 /* Frameworks */,
  298 + 87327F408C0C49439767A116FABF6357 /* Resources */,
  299 + );
  300 + buildRules = (
  301 + );
  302 + dependencies = (
  303 + 7F92353CA4ED45257A92B7E717C6029B /* PBXTargetDependency */,
  304 + );
  305 + name = "Pods-DSServiceModuleF_Example";
  306 + productName = "Pods-DSServiceModuleF_Example";
  307 + productReference = F7E553D676EA5DED2A9A5B174959FA2A /* Pods_DSServiceModuleF_Example.framework */;
  308 + productType = "com.apple.product-type.framework";
  309 + };
  310 +/* End PBXNativeTarget section */
  311 +
  312 +/* Begin PBXProject section */
  313 + BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
  314 + isa = PBXProject;
  315 + attributes = {
  316 + LastSwiftUpdateCheck = 1100;
  317 + LastUpgradeCheck = 1100;
  318 + };
  319 + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
  320 + compatibilityVersion = "Xcode 3.2";
  321 + developmentRegion = en;
  322 + hasScannedForEncodings = 0;
  323 + knownRegions = (
  324 + en,
  325 + Base,
  326 + );
  327 + mainGroup = CF1408CF629C7361332E53B88F7BD30C;
  328 + productRefGroup = 31CC085815CE80723B1BE6AE8BBBF0C1 /* Products */;
  329 + projectDirPath = "";
  330 + projectRoot = "";
  331 + targets = (
  332 + 3340A0B4197B2B6EEF084DECFBDC8646 /* DSServiceModuleF */,
  333 + 93CE4CCB1827F9D86F9A6FFA00F82578 /* Pods-DSServiceModuleF_Example */,
  334 + 661E50543A6B918607C75B902FBF765E /* Pods-DSServiceModuleF_Tests */,
  335 + );
  336 + };
  337 +/* End PBXProject section */
  338 +
  339 +/* Begin PBXResourcesBuildPhase section */
  340 + 6EEA39EDCCD0F91ACC52580E939AEC65 /* Resources */ = {
  341 + isa = PBXResourcesBuildPhase;
  342 + buildActionMask = 2147483647;
  343 + files = (
  344 + );
  345 + runOnlyForDeploymentPostprocessing = 0;
  346 + };
  347 + 87327F408C0C49439767A116FABF6357 /* Resources */ = {
  348 + isa = PBXResourcesBuildPhase;
  349 + buildActionMask = 2147483647;
  350 + files = (
  351 + );
  352 + runOnlyForDeploymentPostprocessing = 0;
  353 + };
  354 + BE2F67B2CA61AF909C8A1AFF653F8F2C /* Resources */ = {
  355 + isa = PBXResourcesBuildPhase;
  356 + buildActionMask = 2147483647;
  357 + files = (
  358 + );
  359 + runOnlyForDeploymentPostprocessing = 0;
  360 + };
  361 +/* End PBXResourcesBuildPhase section */
  362 +
  363 +/* Begin PBXSourcesBuildPhase section */
  364 + 347D97B1A77B8276F0C9992018685418 /* Sources */ = {
  365 + isa = PBXSourcesBuildPhase;
  366 + buildActionMask = 2147483647;
  367 + files = (
  368 + A397EC3EA366F7B6C350A78300B2678A /* Pods-DSServiceModuleF_Tests-dummy.m in Sources */,
  369 + );
  370 + runOnlyForDeploymentPostprocessing = 0;
  371 + };
  372 + F06DBBA6156A95ABCA35F56D19D1012D /* Sources */ = {
  373 + isa = PBXSourcesBuildPhase;
  374 + buildActionMask = 2147483647;
  375 + files = (
  376 + 343476F3200975EEAB830E71B3E4B6F0 /* Pods-DSServiceModuleF_Example-dummy.m in Sources */,
  377 + );
  378 + runOnlyForDeploymentPostprocessing = 0;
  379 + };
  380 + FF232701F3913FFFD6FC714EED1E49E5 /* Sources */ = {
  381 + isa = PBXSourcesBuildPhase;
  382 + buildActionMask = 2147483647;
  383 + files = (
  384 + 7BFBE508FE7D04A6914CC84460BA80DF /* DSServiceModuleF-dummy.m in Sources */,
  385 + 580AB03126F0FACEE022883068F0A850 /* ReplaceMe.m in Sources */,
  386 + );
  387 + runOnlyForDeploymentPostprocessing = 0;
  388 + };
  389 +/* End PBXSourcesBuildPhase section */
  390 +
  391 +/* Begin PBXTargetDependency section */
  392 + 0AA38C86F9C178066EB3781985636958 /* PBXTargetDependency */ = {
  393 + isa = PBXTargetDependency;
  394 + name = "Pods-DSServiceModuleF_Example";
  395 + target = 93CE4CCB1827F9D86F9A6FFA00F82578 /* Pods-DSServiceModuleF_Example */;
  396 + targetProxy = 5A37BD613668D36E188584A00F65698E /* PBXContainerItemProxy */;
  397 + };
  398 + 7F92353CA4ED45257A92B7E717C6029B /* PBXTargetDependency */ = {
  399 + isa = PBXTargetDependency;
  400 + name = DSServiceModuleF;
  401 + target = 3340A0B4197B2B6EEF084DECFBDC8646 /* DSServiceModuleF */;
  402 + targetProxy = E36EFD990020B41725F58FE98051CB39 /* PBXContainerItemProxy */;
  403 + };
  404 +/* End PBXTargetDependency section */
  405 +
  406 +/* Begin XCBuildConfiguration section */
  407 + 4A85823D2D1085B07EE60DB3E018D67C /* Release */ = {
  408 + isa = XCBuildConfiguration;
  409 + baseConfigurationReference = B48300988321CA35426392412508C9FF /* DSServiceModuleF.xcconfig */;
  410 + buildSettings = {
  411 + CODE_SIGN_IDENTITY = "";
  412 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  413 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  414 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  415 + CURRENT_PROJECT_VERSION = 1;
  416 + DEFINES_MODULE = YES;
  417 + DYLIB_COMPATIBILITY_VERSION = 1;
  418 + DYLIB_CURRENT_VERSION = 1;
  419 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  420 + GCC_PREFIX_HEADER = "Target Support Files/DSServiceModuleF/DSServiceModuleF-prefix.pch";
  421 + INFOPLIST_FILE = "Target Support Files/DSServiceModuleF/DSServiceModuleF-Info.plist";
  422 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  423 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  424 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  425 + MODULEMAP_FILE = "Target Support Files/DSServiceModuleF/DSServiceModuleF.modulemap";
  426 + PRODUCT_MODULE_NAME = DSServiceModuleF;
  427 + PRODUCT_NAME = DSServiceModuleF;
  428 + SDKROOT = iphoneos;
  429 + SKIP_INSTALL = YES;
  430 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  431 + SWIFT_VERSION = 4.0;
  432 + TARGETED_DEVICE_FAMILY = "1,2";
  433 + VALIDATE_PRODUCT = YES;
  434 + VERSIONING_SYSTEM = "apple-generic";
  435 + VERSION_INFO_PREFIX = "";
  436 + };
  437 + name = Release;
  438 + };
  439 + 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */ = {
  440 + isa = XCBuildConfiguration;
  441 + buildSettings = {
  442 + ALWAYS_SEARCH_USER_PATHS = NO;
  443 + CLANG_ANALYZER_NONNULL = YES;
  444 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  445 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  446 + CLANG_CXX_LIBRARY = "libc++";
  447 + CLANG_ENABLE_MODULES = YES;
  448 + CLANG_ENABLE_OBJC_ARC = YES;
  449 + CLANG_ENABLE_OBJC_WEAK = YES;
  450 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  451 + CLANG_WARN_BOOL_CONVERSION = YES;
  452 + CLANG_WARN_COMMA = YES;
  453 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  454 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  455 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  456 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  457 + CLANG_WARN_EMPTY_BODY = YES;
  458 + CLANG_WARN_ENUM_CONVERSION = YES;
  459 + CLANG_WARN_INFINITE_RECURSION = YES;
  460 + CLANG_WARN_INT_CONVERSION = YES;
  461 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  462 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  463 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  464 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  465 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  466 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  467 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  468 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  469 + CLANG_WARN_UNREACHABLE_CODE = YES;
  470 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  471 + COPY_PHASE_STRIP = NO;
  472 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  473 + ENABLE_NS_ASSERTIONS = NO;
  474 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  475 + GCC_C_LANGUAGE_STANDARD = gnu11;
  476 + GCC_NO_COMMON_BLOCKS = YES;
  477 + GCC_PREPROCESSOR_DEFINITIONS = (
  478 + "POD_CONFIGURATION_RELEASE=1",
  479 + "$(inherited)",
  480 + );
  481 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  482 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  483 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  484 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  485 + GCC_WARN_UNUSED_FUNCTION = YES;
  486 + GCC_WARN_UNUSED_VARIABLE = YES;
  487 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  488 + MTL_ENABLE_DEBUG_INFO = NO;
  489 + MTL_FAST_MATH = YES;
  490 + PRODUCT_NAME = "$(TARGET_NAME)";
  491 + STRIP_INSTALLED_PRODUCT = NO;
  492 + SWIFT_COMPILATION_MODE = wholemodule;
  493 + SWIFT_OPTIMIZATION_LEVEL = "-O";
  494 + SWIFT_VERSION = 5.0;
  495 + SYMROOT = "${SRCROOT}/../build";
  496 + };
  497 + name = Release;
  498 + };
  499 + 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */ = {
  500 + isa = XCBuildConfiguration;
  501 + buildSettings = {
  502 + ALWAYS_SEARCH_USER_PATHS = NO;
  503 + CLANG_ANALYZER_NONNULL = YES;
  504 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  505 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  506 + CLANG_CXX_LIBRARY = "libc++";
  507 + CLANG_ENABLE_MODULES = YES;
  508 + CLANG_ENABLE_OBJC_ARC = YES;
  509 + CLANG_ENABLE_OBJC_WEAK = YES;
  510 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  511 + CLANG_WARN_BOOL_CONVERSION = YES;
  512 + CLANG_WARN_COMMA = YES;
  513 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  514 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  515 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  516 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  517 + CLANG_WARN_EMPTY_BODY = YES;
  518 + CLANG_WARN_ENUM_CONVERSION = YES;
  519 + CLANG_WARN_INFINITE_RECURSION = YES;
  520 + CLANG_WARN_INT_CONVERSION = YES;
  521 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  522 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  523 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  524 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  525 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  526 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  527 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  528 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  529 + CLANG_WARN_UNREACHABLE_CODE = YES;
  530 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  531 + COPY_PHASE_STRIP = NO;
  532 + DEBUG_INFORMATION_FORMAT = dwarf;
  533 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  534 + ENABLE_TESTABILITY = YES;
  535 + GCC_C_LANGUAGE_STANDARD = gnu11;
  536 + GCC_DYNAMIC_NO_PIC = NO;
  537 + GCC_NO_COMMON_BLOCKS = YES;
  538 + GCC_OPTIMIZATION_LEVEL = 0;
  539 + GCC_PREPROCESSOR_DEFINITIONS = (
  540 + "POD_CONFIGURATION_DEBUG=1",
  541 + "DEBUG=1",
  542 + "$(inherited)",
  543 + );
  544 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  545 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  546 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  547 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  548 + GCC_WARN_UNUSED_FUNCTION = YES;
  549 + GCC_WARN_UNUSED_VARIABLE = YES;
  550 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  551 + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  552 + MTL_FAST_MATH = YES;
  553 + ONLY_ACTIVE_ARCH = YES;
  554 + PRODUCT_NAME = "$(TARGET_NAME)";
  555 + STRIP_INSTALLED_PRODUCT = NO;
  556 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  557 + SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  558 + SWIFT_VERSION = 5.0;
  559 + SYMROOT = "${SRCROOT}/../build";
  560 + };
  561 + name = Debug;
  562 + };
  563 + 9C8BE0C0ED56F1635ED9916A4F93E59C /* Debug */ = {
  564 + isa = XCBuildConfiguration;
  565 + baseConfigurationReference = E0E2471CF0FA78A0F2F0198868A9861A /* Pods-DSServiceModuleF_Example.debug.xcconfig */;
  566 + buildSettings = {
  567 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  568 + CODE_SIGN_IDENTITY = "";
  569 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  570 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  571 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  572 + CURRENT_PROJECT_VERSION = 1;
  573 + DEFINES_MODULE = YES;
  574 + DYLIB_COMPATIBILITY_VERSION = 1;
  575 + DYLIB_CURRENT_VERSION = 1;
  576 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  577 + INFOPLIST_FILE = "Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-Info.plist";
  578 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  579 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  580 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  581 + MACH_O_TYPE = staticlib;
  582 + MODULEMAP_FILE = "Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.modulemap";
  583 + OTHER_LDFLAGS = "";
  584 + OTHER_LIBTOOLFLAGS = "";
  585 + PODS_ROOT = "$(SRCROOT)";
  586 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  587 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  588 + SDKROOT = iphoneos;
  589 + SKIP_INSTALL = YES;
  590 + TARGETED_DEVICE_FAMILY = "1,2";
  591 + VERSIONING_SYSTEM = "apple-generic";
  592 + VERSION_INFO_PREFIX = "";
  593 + };
  594 + name = Debug;
  595 + };
  596 + 9F223D9FA5903D0D1B742AD8BC88D0C8 /* Release */ = {
  597 + isa = XCBuildConfiguration;
  598 + baseConfigurationReference = 05DF60373BAE51FDCC0D0A4E526FB82D /* Pods-DSServiceModuleF_Example.release.xcconfig */;
  599 + buildSettings = {
  600 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  601 + CODE_SIGN_IDENTITY = "";
  602 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  603 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  604 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  605 + CURRENT_PROJECT_VERSION = 1;
  606 + DEFINES_MODULE = YES;
  607 + DYLIB_COMPATIBILITY_VERSION = 1;
  608 + DYLIB_CURRENT_VERSION = 1;
  609 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  610 + INFOPLIST_FILE = "Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-Info.plist";
  611 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  612 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  613 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  614 + MACH_O_TYPE = staticlib;
  615 + MODULEMAP_FILE = "Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.modulemap";
  616 + OTHER_LDFLAGS = "";
  617 + OTHER_LIBTOOLFLAGS = "";
  618 + PODS_ROOT = "$(SRCROOT)";
  619 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  620 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  621 + SDKROOT = iphoneos;
  622 + SKIP_INSTALL = YES;
  623 + TARGETED_DEVICE_FAMILY = "1,2";
  624 + VALIDATE_PRODUCT = YES;
  625 + VERSIONING_SYSTEM = "apple-generic";
  626 + VERSION_INFO_PREFIX = "";
  627 + };
  628 + name = Release;
  629 + };
  630 + ADE1C2790E651CBFE72A577BBCE7E7EA /* Release */ = {
  631 + isa = XCBuildConfiguration;
  632 + baseConfigurationReference = 80A5A747F47CD889C29D7EAC7572E572 /* Pods-DSServiceModuleF_Tests.release.xcconfig */;
  633 + buildSettings = {
  634 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  635 + CODE_SIGN_IDENTITY = "";
  636 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  637 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  638 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  639 + CURRENT_PROJECT_VERSION = 1;
  640 + DEFINES_MODULE = YES;
  641 + DYLIB_COMPATIBILITY_VERSION = 1;
  642 + DYLIB_CURRENT_VERSION = 1;
  643 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  644 + INFOPLIST_FILE = "Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-Info.plist";
  645 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  646 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  647 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  648 + MACH_O_TYPE = staticlib;
  649 + MODULEMAP_FILE = "Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.modulemap";
  650 + OTHER_LDFLAGS = "";
  651 + OTHER_LIBTOOLFLAGS = "";
  652 + PODS_ROOT = "$(SRCROOT)";
  653 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  654 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  655 + SDKROOT = iphoneos;
  656 + SKIP_INSTALL = YES;
  657 + TARGETED_DEVICE_FAMILY = "1,2";
  658 + VALIDATE_PRODUCT = YES;
  659 + VERSIONING_SYSTEM = "apple-generic";
  660 + VERSION_INFO_PREFIX = "";
  661 + };
  662 + name = Release;
  663 + };
  664 + E3B4CA26D674A6682BC3FB638B0B89A1 /* Debug */ = {
  665 + isa = XCBuildConfiguration;
  666 + baseConfigurationReference = EA69FA27F632F13FBE2F8C0B7B30D5C2 /* Pods-DSServiceModuleF_Tests.debug.xcconfig */;
  667 + buildSettings = {
  668 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  669 + CODE_SIGN_IDENTITY = "";
  670 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  671 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  672 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  673 + CURRENT_PROJECT_VERSION = 1;
  674 + DEFINES_MODULE = YES;
  675 + DYLIB_COMPATIBILITY_VERSION = 1;
  676 + DYLIB_CURRENT_VERSION = 1;
  677 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  678 + INFOPLIST_FILE = "Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-Info.plist";
  679 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  680 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  681 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  682 + MACH_O_TYPE = staticlib;
  683 + MODULEMAP_FILE = "Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.modulemap";
  684 + OTHER_LDFLAGS = "";
  685 + OTHER_LIBTOOLFLAGS = "";
  686 + PODS_ROOT = "$(SRCROOT)";
  687 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  688 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  689 + SDKROOT = iphoneos;
  690 + SKIP_INSTALL = YES;
  691 + TARGETED_DEVICE_FAMILY = "1,2";
  692 + VERSIONING_SYSTEM = "apple-generic";
  693 + VERSION_INFO_PREFIX = "";
  694 + };
  695 + name = Debug;
  696 + };
  697 + E70141212461B66C9733ED0A770C9431 /* Debug */ = {
  698 + isa = XCBuildConfiguration;
  699 + baseConfigurationReference = B48300988321CA35426392412508C9FF /* DSServiceModuleF.xcconfig */;
  700 + buildSettings = {
  701 + CODE_SIGN_IDENTITY = "";
  702 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  703 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  704 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  705 + CURRENT_PROJECT_VERSION = 1;
  706 + DEFINES_MODULE = YES;
  707 + DYLIB_COMPATIBILITY_VERSION = 1;
  708 + DYLIB_CURRENT_VERSION = 1;
  709 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  710 + GCC_PREFIX_HEADER = "Target Support Files/DSServiceModuleF/DSServiceModuleF-prefix.pch";
  711 + INFOPLIST_FILE = "Target Support Files/DSServiceModuleF/DSServiceModuleF-Info.plist";
  712 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  713 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  714 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  715 + MODULEMAP_FILE = "Target Support Files/DSServiceModuleF/DSServiceModuleF.modulemap";
  716 + PRODUCT_MODULE_NAME = DSServiceModuleF;
  717 + PRODUCT_NAME = DSServiceModuleF;
  718 + SDKROOT = iphoneos;
  719 + SKIP_INSTALL = YES;
  720 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  721 + SWIFT_VERSION = 4.0;
  722 + TARGETED_DEVICE_FAMILY = "1,2";
  723 + VERSIONING_SYSTEM = "apple-generic";
  724 + VERSION_INFO_PREFIX = "";
  725 + };
  726 + name = Debug;
  727 + };
  728 +/* End XCBuildConfiguration section */
  729 +
  730 +/* Begin XCConfigurationList section */
  731 + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
  732 + isa = XCConfigurationList;
  733 + buildConfigurations = (
  734 + 7EF7227D9B20A1D549000096ACCB23D7 /* Debug */,
  735 + 4BE66A09A74FD25164AAB3C2645B9B93 /* Release */,
  736 + );
  737 + defaultConfigurationIsVisible = 0;
  738 + defaultConfigurationName = Release;
  739 + };
  740 + 9BE616088FD8FB85D81AE44A43069DA4 /* Build configuration list for PBXNativeTarget "Pods-DSServiceModuleF_Tests" */ = {
  741 + isa = XCConfigurationList;
  742 + buildConfigurations = (
  743 + E3B4CA26D674A6682BC3FB638B0B89A1 /* Debug */,
  744 + ADE1C2790E651CBFE72A577BBCE7E7EA /* Release */,
  745 + );
  746 + defaultConfigurationIsVisible = 0;
  747 + defaultConfigurationName = Release;
  748 + };
  749 + DC43EB6CA42C6B3BE92C6788497A1526 /* Build configuration list for PBXNativeTarget "DSServiceModuleF" */ = {
  750 + isa = XCConfigurationList;
  751 + buildConfigurations = (
  752 + E70141212461B66C9733ED0A770C9431 /* Debug */,
  753 + 4A85823D2D1085B07EE60DB3E018D67C /* Release */,
  754 + );
  755 + defaultConfigurationIsVisible = 0;
  756 + defaultConfigurationName = Release;
  757 + };
  758 + F23764741C5FFC513D0001E94AD645C9 /* Build configuration list for PBXNativeTarget "Pods-DSServiceModuleF_Example" */ = {
  759 + isa = XCConfigurationList;
  760 + buildConfigurations = (
  761 + 9C8BE0C0ED56F1635ED9916A4F93E59C /* Debug */,
  762 + 9F223D9FA5903D0D1B742AD8BC88D0C8 /* Release */,
  763 + );
  764 + defaultConfigurationIsVisible = 0;
  765 + defaultConfigurationName = Release;
  766 + };
  767 +/* End XCConfigurationList section */
  768 + };
  769 + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  770 +}
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/DSServiceModuleF.xcscheme 0 → 100644
  1 +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/DSServiceModuleF.xcscheme
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "1100"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForAnalyzing = "YES"
  11 + buildForTesting = "YES"
  12 + buildForRunning = "YES"
  13 + buildForProfiling = "YES"
  14 + buildForArchiving = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "3340A0B4197B2B6EEF084DECFBDC8646"
  18 + BuildableName = "DSServiceModuleF.framework"
  19 + BlueprintName = "DSServiceModuleF"
  20 + ReferencedContainer = "container:Pods.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  27 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  28 + shouldUseLaunchSchemeArgsEnv = "YES"
  29 + buildConfiguration = "Debug">
  30 + <AdditionalOptions>
  31 + </AdditionalOptions>
  32 + </TestAction>
  33 + <LaunchAction
  34 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  35 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  36 + launchStyle = "0"
  37 + useCustomWorkingDirectory = "NO"
  38 + ignoresPersistentStateOnLaunch = "NO"
  39 + debugDocumentVersioning = "YES"
  40 + debugServiceExtension = "internal"
  41 + buildConfiguration = "Debug"
  42 + allowLocationSimulation = "YES">
  43 + <AdditionalOptions>
  44 + </AdditionalOptions>
  45 + </LaunchAction>
  46 + <ProfileAction
  47 + savedToolIdentifier = ""
  48 + useCustomWorkingDirectory = "NO"
  49 + debugDocumentVersioning = "YES"
  50 + buildConfiguration = "Release"
  51 + shouldUseLaunchSchemeArgsEnv = "YES">
  52 + </ProfileAction>
  53 + <AnalyzeAction
  54 + buildConfiguration = "Debug">
  55 + </AnalyzeAction>
  56 + <ArchiveAction
  57 + buildConfiguration = "Release"
  58 + revealArchiveInOrganizer = "YES">
  59 + </ArchiveAction>
  60 +</Scheme>
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSServiceModuleF_Example.xcscheme 0 → 100644
  1 +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSServiceModuleF_Example.xcscheme
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "1100"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForTesting = "YES"
  11 + buildForRunning = "YES"
  12 + buildForProfiling = "YES"
  13 + buildForArchiving = "YES"
  14 + buildForAnalyzing = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "93CE4CCB1827F9D86F9A6FFA00F82578"
  18 + BuildableName = "Pods_DSServiceModuleF_Example.framework"
  19 + BlueprintName = "Pods-DSServiceModuleF_Example"
  20 + ReferencedContainer = "container:Pods.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + buildConfiguration = "Debug"
  27 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  28 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  29 + shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <Testables>
  31 + </Testables>
  32 + </TestAction>
  33 + <LaunchAction
  34 + buildConfiguration = "Debug"
  35 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  36 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  37 + launchStyle = "0"
  38 + useCustomWorkingDirectory = "NO"
  39 + ignoresPersistentStateOnLaunch = "NO"
  40 + debugDocumentVersioning = "YES"
  41 + debugServiceExtension = "internal"
  42 + allowLocationSimulation = "YES">
  43 + </LaunchAction>
  44 + <ProfileAction
  45 + buildConfiguration = "Release"
  46 + shouldUseLaunchSchemeArgsEnv = "YES"
  47 + savedToolIdentifier = ""
  48 + useCustomWorkingDirectory = "NO"
  49 + debugDocumentVersioning = "YES">
  50 + </ProfileAction>
  51 + <AnalyzeAction
  52 + buildConfiguration = "Debug">
  53 + </AnalyzeAction>
  54 + <ArchiveAction
  55 + buildConfiguration = "Release"
  56 + revealArchiveInOrganizer = "YES">
  57 + </ArchiveAction>
  58 +</Scheme>
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSServiceModuleF_Tests.xcscheme 0 → 100644
  1 +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/Pods-DSServiceModuleF_Tests.xcscheme
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "1100"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForTesting = "YES"
  11 + buildForRunning = "YES"
  12 + buildForProfiling = "YES"
  13 + buildForArchiving = "YES"
  14 + buildForAnalyzing = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "661E50543A6B918607C75B902FBF765E"
  18 + BuildableName = "Pods_DSServiceModuleF_Tests.framework"
  19 + BlueprintName = "Pods-DSServiceModuleF_Tests"
  20 + ReferencedContainer = "container:Pods.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + buildConfiguration = "Debug"
  27 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  28 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  29 + shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <Testables>
  31 + </Testables>
  32 + </TestAction>
  33 + <LaunchAction
  34 + buildConfiguration = "Debug"
  35 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  36 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  37 + launchStyle = "0"
  38 + useCustomWorkingDirectory = "NO"
  39 + ignoresPersistentStateOnLaunch = "NO"
  40 + debugDocumentVersioning = "YES"
  41 + debugServiceExtension = "internal"
  42 + allowLocationSimulation = "YES">
  43 + </LaunchAction>
  44 + <ProfileAction
  45 + buildConfiguration = "Release"
  46 + shouldUseLaunchSchemeArgsEnv = "YES"
  47 + savedToolIdentifier = ""
  48 + useCustomWorkingDirectory = "NO"
  49 + debugDocumentVersioning = "YES">
  50 + </ProfileAction>
  51 + <AnalyzeAction
  52 + buildConfiguration = "Debug">
  53 + </AnalyzeAction>
  54 + <ArchiveAction
  55 + buildConfiguration = "Release"
  56 + revealArchiveInOrganizer = "YES">
  57 + </ArchiveAction>
  58 +</Scheme>
Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/xcschememanagement.plist 0 → 100644
  1 +++ a/Example/Pods/Pods.xcodeproj/xcuserdata/zhaolin.xcuserdatad/xcschemes/xcschememanagement.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>SchemeUserState</key>
  6 + <dict>
  7 + <key>DSServiceModuleF.xcscheme</key>
  8 + <dict>
  9 + <key>isShown</key>
  10 + <false/>
  11 + </dict>
  12 + <key>Pods-DSServiceModuleF_Example.xcscheme</key>
  13 + <dict>
  14 + <key>isShown</key>
  15 + <false/>
  16 + </dict>
  17 + <key>Pods-DSServiceModuleF_Tests.xcscheme</key>
  18 + <dict>
  19 + <key>isShown</key>
  20 + <false/>
  21 + </dict>
  22 + </dict>
  23 + <key>SuppressBuildableAutocreation</key>
  24 + <dict/>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-Info.plist 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-Info.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>${PRODUCT_NAME}</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>0.1.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-dummy.m 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-dummy.m
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_DSServiceModuleF : NSObject
  3 +@end
  4 +@implementation PodsDummy_DSServiceModuleF
  5 +@end
Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-prefix.pch 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-prefix.pch
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-umbrella.h 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF-umbrella.h
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +
  14 +FOUNDATION_EXPORT double DSServiceModuleFVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char DSServiceModuleFVersionString[];
  16 +
Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF.modulemap 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF.modulemap
  1 +framework module DSServiceModuleF {
  2 + umbrella header "DSServiceModuleF-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF.xcconfig 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/DSServiceModuleF/DSServiceModuleF.xcconfig
  1 +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +PODS_BUILD_DIR = ${BUILD_DIR}
  4 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  5 +PODS_ROOT = ${SRCROOT}
  6 +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
  7 +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
  8 +SKIP_INSTALL = YES
  9 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-Info.plist 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-Info.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>${PRODUCT_NAME}</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-acknowledgements.markdown 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-acknowledgements.markdown
  1 +# Acknowledgements
  2 +This application makes use of the following third party libraries:
  3 +
  4 +## DSServiceModuleF
  5 +
  6 +Copyright (c) 2020 694092596@qq.com <694092596@qq.com>
  7 +
  8 +Permission is hereby granted, free of charge, to any person obtaining a copy
  9 +of this software and associated documentation files (the "Software"), to deal
  10 +in the Software without restriction, including without limitation the rights
  11 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  12 +copies of the Software, and to permit persons to whom the Software is
  13 +furnished to do so, subject to the following conditions:
  14 +
  15 +The above copyright notice and this permission notice shall be included in
  16 +all copies or substantial portions of the Software.
  17 +
  18 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  21 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  22 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  23 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  24 +THE SOFTWARE.
  25 +
  26 +Generated by CocoaPods - https://cocoapods.org
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-acknowledgements.plist 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-acknowledgements.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>PreferenceSpecifiers</key>
  6 + <array>
  7 + <dict>
  8 + <key>FooterText</key>
  9 + <string>This application makes use of the following third party libraries:</string>
  10 + <key>Title</key>
  11 + <string>Acknowledgements</string>
  12 + <key>Type</key>
  13 + <string>PSGroupSpecifier</string>
  14 + </dict>
  15 + <dict>
  16 + <key>FooterText</key>
  17 + <string>Copyright (c) 2020 694092596@qq.com &lt;694092596@qq.com&gt;
  18 +
  19 +Permission is hereby granted, free of charge, to any person obtaining a copy
  20 +of this software and associated documentation files (the "Software"), to deal
  21 +in the Software without restriction, including without limitation the rights
  22 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  23 +copies of the Software, and to permit persons to whom the Software is
  24 +furnished to do so, subject to the following conditions:
  25 +
  26 +The above copyright notice and this permission notice shall be included in
  27 +all copies or substantial portions of the Software.
  28 +
  29 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  30 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  31 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  32 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  33 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  34 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  35 +THE SOFTWARE.
  36 +</string>
  37 + <key>License</key>
  38 + <string>MIT</string>
  39 + <key>Title</key>
  40 + <string>DSServiceModuleF</string>
  41 + <key>Type</key>
  42 + <string>PSGroupSpecifier</string>
  43 + </dict>
  44 + <dict>
  45 + <key>FooterText</key>
  46 + <string>Generated by CocoaPods - https://cocoapods.org</string>
  47 + <key>Title</key>
  48 + <string></string>
  49 + <key>Type</key>
  50 + <string>PSGroupSpecifier</string>
  51 + </dict>
  52 + </array>
  53 + <key>StringsTable</key>
  54 + <string>Acknowledgements</string>
  55 + <key>Title</key>
  56 + <string>Acknowledgements</string>
  57 +</dict>
  58 +</plist>
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-dummy.m 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-dummy.m
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_Pods_DSServiceModuleF_Example : NSObject
  3 +@end
  4 +@implementation PodsDummy_Pods_DSServiceModuleF_Example
  5 +@end
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-frameworks.sh 0 → 100755
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-frameworks.sh
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +function on_error {
  7 + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
  8 +}
  9 +trap 'on_error $LINENO' ERR
  10 +
  11 +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
  12 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
  13 + # frameworks to, so exit 0 (signalling the script phase was successful).
  14 + exit 0
  15 +fi
  16 +
  17 +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  18 +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  19 +
  20 +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
  21 +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
  22 +
  23 +# Used as a return value for each invocation of `strip_invalid_archs` function.
  24 +STRIP_BINARY_RETVAL=0
  25 +
  26 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  27 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  28 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  29 +
  30 +# Copies and strips a vendored framework
  31 +install_framework()
  32 +{
  33 + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
  34 + local source="${BUILT_PRODUCTS_DIR}/$1"
  35 + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
  36 + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
  37 + elif [ -r "$1" ]; then
  38 + local source="$1"
  39 + fi
  40 +
  41 + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  42 +
  43 + if [ -L "${source}" ]; then
  44 + echo "Symlinked..."
  45 + source="$(readlink "${source}")"
  46 + fi
  47 +
  48 + # Use filter instead of exclude so missing patterns don't throw errors.
  49 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
  50 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
  51 +
  52 + local basename
  53 + basename="$(basename -s .framework "$1")"
  54 + binary="${destination}/${basename}.framework/${basename}"
  55 +
  56 + if ! [ -r "$binary" ]; then
  57 + binary="${destination}/${basename}"
  58 + elif [ -L "${binary}" ]; then
  59 + echo "Destination binary is symlinked..."
  60 + dirname="$(dirname "${binary}")"
  61 + binary="${dirname}/$(readlink "${binary}")"
  62 + fi
  63 +
  64 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  65 + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
  66 + strip_invalid_archs "$binary"
  67 + fi
  68 +
  69 + # Resign the code if required by the build settings to avoid unstable apps
  70 + code_sign_if_enabled "${destination}/$(basename "$1")"
  71 +
  72 + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
  73 + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
  74 + local swift_runtime_libs
  75 + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u)
  76 + for lib in $swift_runtime_libs; do
  77 + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
  78 + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
  79 + code_sign_if_enabled "${destination}/${lib}"
  80 + done
  81 + fi
  82 +}
  83 +
  84 +# Copies and strips a vendored dSYM
  85 +install_dsym() {
  86 + local source="$1"
  87 + if [ -r "$source" ]; then
  88 + # Copy the dSYM into a the targets temp dir.
  89 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
  90 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
  91 +
  92 + local basename
  93 + basename="$(basename -s .framework.dSYM "$source")"
  94 + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
  95 +
  96 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  97 + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then
  98 + strip_invalid_archs "$binary"
  99 + fi
  100 +
  101 + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
  102 + # Move the stripped file into its final destination.
  103 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
  104 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
  105 + else
  106 + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
  107 + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
  108 + fi
  109 + fi
  110 +}
  111 +
  112 +# Copies the bcsymbolmap files of a vendored framework
  113 +install_bcsymbolmap() {
  114 + local bcsymbolmap_path="$1"
  115 + local destination="${BUILT_PRODUCTS_DIR}"
  116 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}""
  117 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"
  118 +}
  119 +
  120 +# Signs a framework with the provided identity
  121 +code_sign_if_enabled() {
  122 + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
  123 + # Use the current code_sign_identity
  124 + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
  125 + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
  126 +
  127 + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  128 + code_sign_cmd="$code_sign_cmd &"
  129 + fi
  130 + echo "$code_sign_cmd"
  131 + eval "$code_sign_cmd"
  132 + fi
  133 +}
  134 +
  135 +# Strip invalid architectures
  136 +strip_invalid_archs() {
  137 + binary="$1"
  138 + # Get architectures for current target binary
  139 + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
  140 + # Intersect them with the architectures we are building for
  141 + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
  142 + # If there are no archs supported by this binary then warn the user
  143 + if [[ -z "$intersected_archs" ]]; then
  144 + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
  145 + STRIP_BINARY_RETVAL=0
  146 + return
  147 + fi
  148 + stripped=""
  149 + for arch in $binary_archs; do
  150 + if ! [[ "${ARCHS}" == *"$arch"* ]]; then
  151 + # Strip non-valid architectures in-place
  152 + lipo -remove "$arch" -output "$binary" "$binary"
  153 + stripped="$stripped $arch"
  154 + fi
  155 + done
  156 + if [[ "$stripped" ]]; then
  157 + echo "Stripped $binary of architectures:$stripped"
  158 + fi
  159 + STRIP_BINARY_RETVAL=1
  160 +}
  161 +
  162 +
  163 +if [[ "$CONFIGURATION" == "Debug" ]]; then
  164 + install_framework "${BUILT_PRODUCTS_DIR}/DSServiceModuleF/DSServiceModuleF.framework"
  165 +fi
  166 +if [[ "$CONFIGURATION" == "Release" ]]; then
  167 + install_framework "${BUILT_PRODUCTS_DIR}/DSServiceModuleF/DSServiceModuleF.framework"
  168 +fi
  169 +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  170 + wait
  171 +fi
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-umbrella.h 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example-umbrella.h
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +
  14 +FOUNDATION_EXPORT double Pods_DSServiceModuleF_ExampleVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char Pods_DSServiceModuleF_ExampleVersionString[];
  16 +
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.debug.xcconfig 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.debug.xcconfig
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF/DSServiceModuleF.framework/Headers"
  4 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  5 +OTHER_LDFLAGS = $(inherited) -framework "DSServiceModuleF"
  6 +PODS_BUILD_DIR = ${BUILD_DIR}
  7 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  8 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  9 +PODS_ROOT = ${SRCROOT}/Pods
  10 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.modulemap 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.modulemap
  1 +framework module Pods_DSServiceModuleF_Example {
  2 + umbrella header "Pods-DSServiceModuleF_Example-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.release.xcconfig 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Example/Pods-DSServiceModuleF_Example.release.xcconfig
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF/DSServiceModuleF.framework/Headers"
  4 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  5 +OTHER_LDFLAGS = $(inherited) -framework "DSServiceModuleF"
  6 +PODS_BUILD_DIR = ${BUILD_DIR}
  7 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  8 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  9 +PODS_ROOT = ${SRCROOT}/Pods
  10 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-Info.plist 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-Info.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>${PRODUCT_NAME}</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-acknowledgements.markdown 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-acknowledgements.markdown
  1 +# Acknowledgements
  2 +This application makes use of the following third party libraries:
  3 +Generated by CocoaPods - https://cocoapods.org
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-acknowledgements.plist 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-acknowledgements.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>PreferenceSpecifiers</key>
  6 + <array>
  7 + <dict>
  8 + <key>FooterText</key>
  9 + <string>This application makes use of the following third party libraries:</string>
  10 + <key>Title</key>
  11 + <string>Acknowledgements</string>
  12 + <key>Type</key>
  13 + <string>PSGroupSpecifier</string>
  14 + </dict>
  15 + <dict>
  16 + <key>FooterText</key>
  17 + <string>Generated by CocoaPods - https://cocoapods.org</string>
  18 + <key>Title</key>
  19 + <string></string>
  20 + <key>Type</key>
  21 + <string>PSGroupSpecifier</string>
  22 + </dict>
  23 + </array>
  24 + <key>StringsTable</key>
  25 + <string>Acknowledgements</string>
  26 + <key>Title</key>
  27 + <string>Acknowledgements</string>
  28 +</dict>
  29 +</plist>
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-dummy.m 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-dummy.m
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_Pods_DSServiceModuleF_Tests : NSObject
  3 +@end
  4 +@implementation PodsDummy_Pods_DSServiceModuleF_Tests
  5 +@end
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-umbrella.h 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests-umbrella.h
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +
  14 +FOUNDATION_EXPORT double Pods_DSServiceModuleF_TestsVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char Pods_DSServiceModuleF_TestsVersionString[];
  16 +
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.debug.xcconfig 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.debug.xcconfig
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF/DSServiceModuleF.framework/Headers"
  4 +OTHER_LDFLAGS = $(inherited) -framework "DSServiceModuleF"
  5 +PODS_BUILD_DIR = ${BUILD_DIR}
  6 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  7 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  8 +PODS_ROOT = ${SRCROOT}/Pods
  9 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.modulemap 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.modulemap
  1 +framework module Pods_DSServiceModuleF_Tests {
  2 + umbrella header "Pods-DSServiceModuleF_Tests-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.release.xcconfig 0 → 100644
  1 +++ a/Example/Pods/Target Support Files/Pods-DSServiceModuleF_Tests/Pods-DSServiceModuleF_Tests.release.xcconfig
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DSServiceModuleF/DSServiceModuleF.framework/Headers"
  4 +OTHER_LDFLAGS = $(inherited) -framework "DSServiceModuleF"
  5 +PODS_BUILD_DIR = ${BUILD_DIR}
  6 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  7 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  8 +PODS_ROOT = ${SRCROOT}/Pods
  9 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
Example/Tests/Tests-Info.plist 0 → 100644
  1 +++ a/Example/Tests/Tests-Info.plist
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundlePackageType</key>
  14 + <string>BNDL</string>
  15 + <key>CFBundleShortVersionString</key>
  16 + <string>1.0</string>
  17 + <key>CFBundleSignature</key>
  18 + <string>????</string>
  19 + <key>CFBundleVersion</key>
  20 + <string>1</string>
  21 +</dict>
  22 +</plist>
Example/Tests/Tests-Prefix.pch 0 → 100644
  1 +++ a/Example/Tests/Tests-Prefix.pch
  1 +// The contents of this file are implicitly included at the beginning of every test case source file.
  2 +
  3 +#ifdef __OBJC__
  4 +
  5 +
  6 +
  7 +#endif
Example/Tests/Tests.m 0 → 100644
  1 +++ a/Example/Tests/Tests.m
  1 +//
  2 +// DSServiceModuleFTests.m
  3 +// DSServiceModuleFTests
  4 +//
  5 +// Created by 694092596@qq.com on 03/15/2020.
  6 +// Copyright (c) 2020 694092596@qq.com. All rights reserved.
  7 +//
  8 +
  9 +@import XCTest;
  10 +
  11 +@interface Tests : XCTestCase
  12 +
  13 +@end
  14 +
  15 +@implementation Tests
  16 +
  17 +- (void)setUp
  18 +{
  19 + [super setUp];
  20 + // Put setup code here. This method is called before the invocation of each test method in the class.
  21 +}
  22 +
  23 +- (void)tearDown
  24 +{
  25 + // Put teardown code here. This method is called after the invocation of each test method in the class.
  26 + [super tearDown];
  27 +}
  28 +
  29 +- (void)testExample
  30 +{
  31 + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
  32 +}
  33 +
  34 +@end
  35 +
Example/Tests/en.lproj/InfoPlist.strings 0 → 100644
  1 +++ a/Example/Tests/en.lproj/InfoPlist.strings
  1 +/* Localized versions of Info.plist keys */
  2 +
LICENSE 0 → 100644
  1 +++ a/LICENSE
  1 +Copyright (c) 2020 694092596@qq.com <694092596@qq.com>
  2 +
  3 +Permission is hereby granted, free of charge, to any person obtaining a copy
  4 +of this software and associated documentation files (the "Software"), to deal
  5 +in the Software without restriction, including without limitation the rights
  6 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7 +copies of the Software, and to permit persons to whom the Software is
  8 +furnished to do so, subject to the following conditions:
  9 +
  10 +The above copyright notice and this permission notice shall be included in
  11 +all copies or substantial portions of the Software.
  12 +
  13 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  17 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  18 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  19 +THE SOFTWARE.
README.md 0 → 100644
  1 +++ a/README.md
  1 +# DSServiceModuleF
  2 +
  3 +[![CI Status](https://img.shields.io/travis/694092596@qq.com/DSServiceModuleF.svg?style=flat)](https://travis-ci.org/694092596@qq.com/DSServiceModuleF)
  4 +[![Version](https://img.shields.io/cocoapods/v/DSServiceModuleF.svg?style=flat)](https://cocoapods.org/pods/DSServiceModuleF)
  5 +[![License](https://img.shields.io/cocoapods/l/DSServiceModuleF.svg?style=flat)](https://cocoapods.org/pods/DSServiceModuleF)
  6 +[![Platform](https://img.shields.io/cocoapods/p/DSServiceModuleF.svg?style=flat)](https://cocoapods.org/pods/DSServiceModuleF)
  7 +
  8 +## Example
  9 +
  10 +To run the example project, clone the repo, and run `pod install` from the Example directory first.
  11 +
  12 +## Requirements
  13 +
  14 +## Installation
  15 +
  16 +DSServiceModuleF is available through [CocoaPods](https://cocoapods.org). To install
  17 +it, simply add the following line to your Podfile:
  18 +
  19 +```ruby
  20 +pod 'DSServiceModuleF'
  21 +```
  22 +
  23 +## Author
  24 +
  25 +694092596@qq.com, 694092596@qq.com
  26 +
  27 +## License
  28 +
  29 +DSServiceModuleF is available under the MIT license. See the LICENSE file for more info.
_Pods.xcodeproj 0 → 120000
  1 +++ a/_Pods.xcodeproj
  1 +Example/Pods/Pods.xcodeproj
0 \ No newline at end of file 2 \ No newline at end of file