Skip to content

Commit

Permalink
Merge pull request #21 from xendit/TPI-885/publish
Browse files Browse the repository at this point in the history
V 2.1.0
  • Loading branch information
hakiemaul authored Jan 10, 2020
2 parents eeda9d2 + f183ab2 commit 7a74f9b
Show file tree
Hide file tree
Showing 31 changed files with 101 additions and 12 deletions.
30 changes: 28 additions & 2 deletions Xendit.framework/Headers/Xendit-Swift.h
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 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -261,6 +261,17 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, copy) NSString * _Nullable pub



SWIFT_CLASS_NAMED("Xendit3DSRecommendation")
@interface XEN3DSRecommendation : NSObject
@property (nonatomic, copy) NSString * _Null_unspecified tokenID;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end






SWIFT_CLASS_NAMED("XenditAuthentication")
@interface XENAuthentication : NSObject
@property (nonatomic, copy) NSString * _Null_unspecified authenticationID;
Expand Down Expand Up @@ -289,6 +300,8 @@ SWIFT_CLASS_NAMED("XenditCCToken")





SWIFT_CLASS_NAMED("XenditError")
@interface XENError : NSObject
@property (nonatomic, copy) NSString * _Null_unspecified errorCode;
Expand All @@ -312,7 +325,7 @@ typedef SWIFT_ENUM_NAMED(NSUInteger, XENLogLevel, "XenditLogLevel", open) {
#pragma clang diagnostic pop

#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
// Generated by Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// Generated by Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down Expand Up @@ -573,6 +586,17 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, copy) NSString * _Nullable pub



SWIFT_CLASS_NAMED("Xendit3DSRecommendation")
@interface XEN3DSRecommendation : NSObject
@property (nonatomic, copy) NSString * _Null_unspecified tokenID;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end






SWIFT_CLASS_NAMED("XenditAuthentication")
@interface XENAuthentication : NSObject
@property (nonatomic, copy) NSString * _Null_unspecified authenticationID;
Expand Down Expand Up @@ -601,6 +625,8 @@ SWIFT_CLASS_NAMED("XenditCCToken")





SWIFT_CLASS_NAMED("XenditError")
@interface XENError : NSObject
@property (nonatomic, copy) NSString * _Null_unspecified errorCode;
Expand Down
Binary file modified Xendit.framework/Info.plist
Binary file not shown.
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/arm.swiftdoc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target armv7-apple-ios8.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target arm64-apple-ios8.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file not shown.
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/arm64.swiftdoc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target arm64-apple-ios8.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/arm64.swiftmodule
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target armv7-apple-ios8.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file not shown.
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/armv7.swiftdoc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target armv7-apple-ios8.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/armv7.swiftmodule
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target i386-apple-ios8.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file not shown.
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/i386.swiftdoc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target i386-apple-ios8.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target x86_64-apple-ios8.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file not shown.
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9)
// swift-compiler-version: Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
// swift-module-flags: -target x86_64-apple-ios8.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Xendit
import SystemConfiguration.CaptiveNetwork
import CoreLocation
Expand Down Expand Up @@ -49,6 +49,7 @@ import WebKit
@objc open var authenticationId: Swift.String!
@objc open var authenticationURL: Swift.String?
@objc open var maskedCardNumber: Swift.String?
open var should3DS: Swift.Bool?
@objc override dynamic public init()
@objc deinit
}
Expand All @@ -67,6 +68,12 @@ import WebKit
@objc override dynamic public init()
@objc deinit
}
@objcMembers @objc(XEN3DSRecommendation) open class Xendit3DSRecommendation : ObjectiveC.NSObject {
@objc(tokenID) open var tokenId: Swift.String!
open var should3DS: Swift.Bool!
@objc override dynamic public init()
@objc deinit
}
public enum CYBCardTypes {
case VISA
case MASTERCARD
Expand Down
Binary file modified Xendit.framework/Modules/Xendit.swiftmodule/x86_64.swiftmodule
Binary file not shown.
Binary file modified Xendit.framework/Xendit
Binary file not shown.
2 changes: 1 addition & 1 deletion Xendit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Xendit"
s.version = "2.0.9"
s.version = "2.1.0"
s.summary = "Xendit makes it easy to collect credit card data securely without it having to touch your server"
s.homepage = "https://www.xendit.co"
s.license = "MIT"
Expand Down

0 comments on commit 7a74f9b

Please sign in to comment.