Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CashfreePGUISDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "CashfreePGUISDK"
s.version = "2.2.4"
s.version = "2.2.6"
s.summary = "Cocoapods implementation of Cashfree Payment's Payment Gateway UI SDK"

s.description = <<-DESC
Expand All @@ -23,6 +23,6 @@ s.social_media_url = "https://twitter.com/gocashfree"
s.platform = :ios, "12.0"
s.vendored_frameworks = "CashfreePGUISDK.xcframework"
s.swift_version = "5.10"
s.dependency 'CashfreePGCoreSDK', '2.2.4'
s.dependency 'CashfreePGCoreSDK', '2.2.6'

end
Binary file modified CashfreePGUISDK.xcframework.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions CashfreePGUISDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>CashfreePGUISDK.framework/CashfreePGUISDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>CashfreePGUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>CashfreePGUISDK.framework/CashfreePGUISDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CashfreePGUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
#ifndef CASHFREEPGUISDK_SWIFT_H
#define CASHFREEPGUISDK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -65,6 +65,7 @@
# if __has_include(<uchar.h>)
# include <uchar.h>
# elif !defined(__cplusplus)
typedef unsigned char char8_t;
typedef uint_least16_t char16_t;
typedef uint_least32_t char32_t;
# endif
Expand Down Expand Up @@ -304,9 +305,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif

#if defined(__OBJC__)

@class NSEntityDescription;
@class NSManagedObjectContext;

SWIFT_CLASS_NAMED("CFBankImage")
@interface CFBankImage : NSManagedObject
- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
Expand All @@ -315,15 +316,13 @@ SWIFT_CLASS_NAMED("CFBankImage")
@class NSObject;
@class NSDate;
@class NSString;

@interface CFBankImage (SWIFT_EXTENSION(CashfreePGUISDK))
@property (nonatomic, strong) NSObject * _Nullable icon;
@property (nonatomic, copy) NSDate * _Nullable timeStamp;
@property (nonatomic, copy) NSString * _Nullable urlString;
@end

@protocol CFResponseDelegate;

SWIFT_CLASS("_TtC15CashfreePGUISDK21CFDropCheckoutService")
@interface CFDropCheckoutService : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
Expand All @@ -332,14 +331,12 @@ SWIFT_CLASS("_TtC15CashfreePGUISDK21CFDropCheckoutService")
- (void)setCallback:(id <CFResponseDelegate> _Nonnull)callback;
@end


/// The <code>CFPaymentComponent</code> is a class that uses a builder pattern to enable the payment components that has to be shown to the end-user.
SWIFT_CLASS("_TtC15CashfreePGUISDK18CFPaymentComponent")
@interface CFPaymentComponent : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end


/// The <code>CFPaymentComponentBuilder</code> is a class that uses a builder pattern to enable the payment components that has to be shown to the end-user.
SWIFT_CLASS("_TtCC15CashfreePGUISDK18CFPaymentComponent25CFPaymentComponentBuilder") SWIFT_AVAILABILITY(ios,deprecated=0.0.1,message="This integration is no longer supported. Please use Web Checkout Payment")
@interface CFPaymentComponentBuilder : NSObject
Expand All @@ -358,12 +355,6 @@ SWIFT_CLASS("_TtCC15CashfreePGUISDK18CFPaymentComponent25CFPaymentComponentBuild
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end







#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
Expand Down
Binary file not shown.
Loading