Add new pods.
- RxSwift - RXCocoa
This commit is contained in:
26
Pods/Target Support Files/RxCocoa/Info.plist
generated
Normal file
26
Pods/Target Support Files/RxCocoa/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>en</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>3.1.0</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/RxCocoa/RxCocoa-dummy.m
generated
Normal file
5
Pods/Target Support Files/RxCocoa/RxCocoa-dummy.m
generated
Normal file
@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_RxCocoa : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_RxCocoa
|
||||
@end
|
12
Pods/Target Support Files/RxCocoa/RxCocoa-prefix.pch
generated
Normal file
12
Pods/Target Support Files/RxCocoa/RxCocoa-prefix.pch
generated
Normal file
@ -0,0 +1,12 @@
|
||||
#ifdef __OBJC__
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
22
Pods/Target Support Files/RxCocoa/RxCocoa-umbrella.h
generated
Normal file
22
Pods/Target Support Files/RxCocoa/RxCocoa-umbrella.h
generated
Normal file
@ -0,0 +1,22 @@
|
||||
#ifdef __OBJC__
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "RxCocoa.h"
|
||||
#import "RxCocoaRuntime.h"
|
||||
#import "_RX.h"
|
||||
#import "_RXDelegateProxy.h"
|
||||
#import "_RXKVOObserver.h"
|
||||
#import "_RXObjCRuntime.h"
|
||||
|
||||
FOUNDATION_EXPORT double RxCocoaVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char RxCocoaVersionString[];
|
||||
|
6
Pods/Target Support Files/RxCocoa/RxCocoa.modulemap
generated
Normal file
6
Pods/Target Support Files/RxCocoa/RxCocoa.modulemap
generated
Normal file
@ -0,0 +1,6 @@
|
||||
framework module RxCocoa {
|
||||
umbrella header "RxCocoa-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
12
Pods/Target Support Files/RxCocoa/RxCocoa.xcconfig
generated
Normal file
12
Pods/Target Support Files/RxCocoa/RxCocoa.xcconfig
generated
Normal file
@ -0,0 +1,12 @@
|
||||
CODE_SIGN_IDENTITY =
|
||||
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/RxCocoa
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/RxSwift"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BRLOptionParser"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
||||
PODS_BUILD_DIR = $BUILD_DIR
|
||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
PODS_ROOT = ${SRCROOT}
|
||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/RxCocoa
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
Reference in New Issue
Block a user