Skip to content

Commit

Permalink
SDK v2.16.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Isme-Cherri committed Jan 11, 2023
1 parent abd3f8a commit 1008416
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// Copyright © 2016年 Cherri Tech, Inc. All rights reserved.
//
// SDK Version : V2.16.3
// SDK Version : V2.16.4


#import <UIKit/UIKit.h>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</data>
<key>Headers/TPDirect.h</key>
<data>
kqCB+R1svhZbhMThG1vEMnOpP64=
qF99O93irPJ27TLdUYlkKdjGIzE=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -428,11 +428,11 @@
<dict>
<key>hash</key>
<data>
kqCB+R1svhZbhMThG1vEMnOpP64=
qF99O93irPJ27TLdUYlkKdjGIzE=
</data>
<key>hash2</key>
<data>
zymx1mg92cvReMB1ABXr0zHsq6UEXeL8gyYppGLK2cw=
a6d3PTnpRl1QmVaWNqHJmbXIT6NG4IVOubgKqtYytuE=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// Copyright © 2016年 Cherri Tech, Inc. All rights reserved.
//
// SDK Version : V2.16.3
// SDK Version : V2.16.4


#import <UIKit/UIKit.h>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</data>
<key>Headers/TPDirect.h</key>
<data>
kqCB+R1svhZbhMThG1vEMnOpP64=
qF99O93irPJ27TLdUYlkKdjGIzE=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -428,11 +428,11 @@
<dict>
<key>hash</key>
<data>
kqCB+R1svhZbhMThG1vEMnOpP64=
qF99O93irPJ27TLdUYlkKdjGIzE=
</data>
<key>hash2</key>
<data>
zymx1mg92cvReMB1ABXr0zHsq6UEXeL8gyYppGLK2cw=
a6d3PTnpRl1QmVaWNqHJmbXIT6NG4IVOubgKqtYytuE=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
4 changes: 2 additions & 2 deletions tappay-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

Pod::Spec.new do |spec|
spec.name = "tappay-ios-sdk"
spec.version = "2.16.3"
spec.version = "2.16.4"
spec.platform = :ios, '11.0'
spec.ios.deployment_target = '11.0'
spec.summary = "TPDirect SDK"
spec.description = "TPDirect SDK for Release"
spec.homepage = "https://github.com/TapPay/tappay-ios-sdk"
spec.license = "MIT"
spec.author = { "Luke Cho" => "lukecho@cherricorp.com" }
spec.source = { :git => 'https://github.com/TapPay/tappay-ios-sdk.git', :tag => '2.16.3' }
spec.source = { :git => 'https://github.com/TapPay/tappay-ios-sdk.git', :tag => '2.16.4' }
spec.vendored_frameworks = 'TPDirect.xcframework'
spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
Expand Down

0 comments on commit 1008416

Please sign in to comment.