initial
This commit is contained in:
5
Pods/Target Support Files/JXCategoryView/JXCategoryView-dummy.m
generated
Normal file
5
Pods/Target Support Files/JXCategoryView/JXCategoryView-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_JXCategoryView : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_JXCategoryView
|
||||
@end
|
||||
12
Pods/Target Support Files/JXCategoryView/JXCategoryView-prefix.pch
generated
Normal file
12
Pods/Target Support Files/JXCategoryView/JXCategoryView-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
|
||||
|
||||
59
Pods/Target Support Files/JXCategoryView/JXCategoryView-umbrella.h
generated
Normal file
59
Pods/Target Support Files/JXCategoryView/JXCategoryView-umbrella.h
generated
Normal file
@@ -0,0 +1,59 @@
|
||||
#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 "JXCategoryView.h"
|
||||
#import "JXCategoryBaseCell.h"
|
||||
#import "JXCategoryBaseCellModel.h"
|
||||
#import "JXCategoryBaseView.h"
|
||||
#import "JXCategoryCollectionView.h"
|
||||
#import "JXCategoryFactory.h"
|
||||
#import "JXCategoryIndicatorParamsModel.h"
|
||||
#import "JXCategoryIndicatorProtocol.h"
|
||||
#import "JXCategoryListContainerRTLCell.h"
|
||||
#import "JXCategoryListContainerView.h"
|
||||
#import "JXCategoryViewAnimator.h"
|
||||
#import "JXCategoryViewDefines.h"
|
||||
#import "UIColor+JXAdd.h"
|
||||
#import "JXCategoryDotCell.h"
|
||||
#import "JXCategoryDotCellModel.h"
|
||||
#import "JXCategoryDotView.h"
|
||||
#import "JXCategoryImageCell.h"
|
||||
#import "JXCategoryImageCellModel.h"
|
||||
#import "JXCategoryImageView.h"
|
||||
#import "JXCategoryIndicatorBackgroundView.h"
|
||||
#import "JXCategoryIndicatorBallView.h"
|
||||
#import "JXCategoryIndicatorComponentView.h"
|
||||
#import "JXCategoryIndicatorDotLineView.h"
|
||||
#import "JXCategoryIndicatorImageView.h"
|
||||
#import "JXCategoryIndicatorLineView.h"
|
||||
#import "JXCategoryIndicatorRainbowLineView.h"
|
||||
#import "JXCategoryIndicatorTriangleView.h"
|
||||
#import "JXCategoryIndicatorCell.h"
|
||||
#import "JXCategoryIndicatorCellModel.h"
|
||||
#import "JXCategoryIndicatorView.h"
|
||||
#import "JXCategoryNumberCell.h"
|
||||
#import "JXCategoryNumberCellModel.h"
|
||||
#import "JXCategoryNumberView.h"
|
||||
#import "RTLManager.h"
|
||||
#import "JXCategoryTitleCell.h"
|
||||
#import "JXCategoryTitleCellModel.h"
|
||||
#import "JXCategoryTitleView.h"
|
||||
#import "JXCategoryTitleImageCell.h"
|
||||
#import "JXCategoryTitleImageCellModel.h"
|
||||
#import "JXCategoryTitleImageView.h"
|
||||
#import "JXCategoryTitleVerticalZoomCell.h"
|
||||
#import "JXCategoryTitleVerticalZoomCellModel.h"
|
||||
#import "JXCategoryTitleVerticalZoomView.h"
|
||||
|
||||
FOUNDATION_EXPORT double JXCategoryViewVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char JXCategoryViewVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/JXCategoryView" "${PODS_ROOT}/Headers/Public"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/JXCategoryView
|
||||
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/JXCategoryView/JXCategoryView.modulemap
generated
Normal file
6
Pods/Target Support Files/JXCategoryView/JXCategoryView.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
module JXCategoryView {
|
||||
umbrella header "JXCategoryView-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/JXCategoryView" "${PODS_ROOT}/Headers/Public"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/JXCategoryView
|
||||
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