添加HWPanModal和FLAnimatedImage
This commit is contained in:
26
Pods/Target Support Files/HWPanModal/HWPanModal-Info.plist
generated
Normal file
26
Pods/Target Support Files/HWPanModal/HWPanModal-Info.plist
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.9.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/HWPanModal/HWPanModal-dummy.m
generated
Normal file
5
Pods/Target Support Files/HWPanModal/HWPanModal-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_HWPanModal : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_HWPanModal
|
||||
@end
|
||||
12
Pods/Target Support Files/HWPanModal/HWPanModal-prefix.pch
generated
Normal file
12
Pods/Target Support Files/HWPanModal/HWPanModal-prefix.pch
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
47
Pods/Target Support Files/HWPanModal/HWPanModal-umbrella.h
generated
Normal file
47
Pods/Target Support Files/HWPanModal/HWPanModal-umbrella.h
generated
Normal file
@@ -0,0 +1,47 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "HWPanModalAnimator.h"
|
||||
#import "HWPanModalInteractiveAnimator.h"
|
||||
#import "HWPanModalPresentationAnimator.h"
|
||||
#import "HWPresentingVCAnimatedTransitioning.h"
|
||||
#import "HWPageSheetPresentingAnimation.h"
|
||||
#import "HWShoppingCartPresentingAnimation.h"
|
||||
#import "UIScrollView+Helper.h"
|
||||
#import "UIView+HW_Frame.h"
|
||||
#import "HWPanModalPresentationController.h"
|
||||
#import "HWPanModalPresentationDelegate.h"
|
||||
#import "HWPanModal.h"
|
||||
#import "KeyValueObserver.h"
|
||||
#import "HWPanModalPresentableHandler.h"
|
||||
#import "HWPanModalHeight.h"
|
||||
#import "HWPanModalPanGestureDelegate.h"
|
||||
#import "HWPanModalPresentable.h"
|
||||
#import "HWPanModalPresentationUpdateProtocol.h"
|
||||
#import "UIViewController+LayoutHelper.h"
|
||||
#import "UIViewController+PanModalDefault.h"
|
||||
#import "UIViewController+Presentation.h"
|
||||
#import "HWPanModalPresenterProtocol.h"
|
||||
#import "UIViewController+PanModalPresenter.h"
|
||||
#import "HWBackgroundConfig.h"
|
||||
#import "HWDimmedView.h"
|
||||
#import "HWPanContainerView.h"
|
||||
#import "HWPanIndicatorView.h"
|
||||
#import "HWPanModalIndicatorProtocol.h"
|
||||
#import "HWPanModalShadow.h"
|
||||
#import "HWVisualEffectView.h"
|
||||
#import "HWPanModalContainerView.h"
|
||||
#import "HWPanModalContentView.h"
|
||||
|
||||
FOUNDATION_EXPORT double HWPanModalVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char HWPanModalVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/HWPanModal/HWPanModal.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/HWPanModal/HWPanModal.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/HWPanModal
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/HWPanModal
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
6
Pods/Target Support Files/HWPanModal/HWPanModal.modulemap
generated
Normal file
6
Pods/Target Support Files/HWPanModal/HWPanModal.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module HWPanModal {
|
||||
umbrella header "HWPanModal-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/HWPanModal/HWPanModal.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/HWPanModal/HWPanModal.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/HWPanModal
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/HWPanModal
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
Reference in New Issue
Block a user