Skip to content

Commit

Permalink
Release 1.6.4 (#183)
Browse files Browse the repository at this point in the history
* Release 1.6.4

* podfile.lock fix
  • Loading branch information
dianakarh authored Oct 15, 2021
1 parent 73e3e69 commit bf5d4d1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion KarhooUISDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "KarhooUISDK"
s.version = "1.6.3"
s.version = "1.6.4"
s.summary = "Karhoo UI SDK"
s.homepage = "https://developer.karhoo.com/docs/build-apps-using-sdks"
s.license = 'BSD 2-Clause'
Expand Down
8 changes: 4 additions & 4 deletions KarhooUISDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4190,7 +4190,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -4209,7 +4209,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
MARKETING_VERSION = 1.6.4;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -4232,7 +4232,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U7U4Q7YGDH;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -4251,7 +4251,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
MARKETING_VERSION = 1.6.4;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.karhoo.KarhooUISDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install! 'cocoapods',

def common_pods
pod 'Adyen', '3.7.0'
pod 'KarhooSDK', '1.5.2'
pod 'KarhooSDK', '1.5.3'
#pod 'KarhooSDK', :path => '../karhoo-ios-sdk'
#pod 'KarhooSDK', :git => 'git@github.com:karhoo/karhoo-ios-sdk.git', :branch => 'develop'
end
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ PODS:
- BraintreeDropIn/UIKit
- BraintreeDropIn/UIKit (8.1.4)
- FloatingPanel (2.0.1)
- KarhooSDK (1.5.2):
- KarhooSDK (1.5.3):
- KeychainSwift (= 12.0.0)
- ReachabilitySwift (= 5.0.0)
- KarhooUISDK (1.6.3):
- KarhooUISDK (1.6.4):
- Adyen (= 3.7.0)
- Braintree/PaymentFlow (~> 4.37)
- BraintreeDropIn (~> 8.1)
Expand All @@ -68,7 +68,7 @@ DEPENDENCIES:
- Braintree/PaymentFlow (~> 4.37)
- BraintreeDropIn (~> 8.1)
- FloatingPanel (= 2.0.1)
- KarhooSDK (= 1.5.2)
- KarhooSDK (= 1.5.3)
- KarhooUISDK (from `./`)
- PhoneNumberKit (= 3.3.1)
- SwiftLint
Expand Down Expand Up @@ -96,13 +96,13 @@ SPEC CHECKSUMS:
Braintree: 94a20907b70aeffb29c40380eec583d783a347b6
BraintreeDropIn: 073ef11637285efc5572b412079a34942c849ef9
FloatingPanel: 579a5ac0154f923a9d7302c4f13dbc0268511c92
KarhooSDK: 105be233f17e1ea513d75737a03bf94279b53ba1
KarhooUISDK: dbae43e74af36539e8b3e5018fc17919c58e7f26
KarhooSDK: d02c689599befaeeb3ad5fcc9e8fc6cafa1d7370
KarhooUISDK: 8abc6309ceddd7d1fa85186e48ecfa5b8996282f
KeychainSwift: d5e776578587ee5958ce36601df22f168f65138a
PhoneNumberKit: ff153d5e299f6da566cb73c6aa71e354933b2932
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52

PODFILE CHECKSUM: adea7bda34d2b63a54b7b2cc37e08e9d92edf0c1
PODFILE CHECKSUM: ebb692689c5ef9b10c62213bbecea9b0e383f3e1

COCOAPODS: 1.10.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ You can use [CocoaPods](http://cocoapods.org/) to install `KarhooUISDK` by addin
```ruby

use_frameworks!
pod 'KarhooSDK', '1.5.2'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.6.2'
pod 'KarhooSDK', '1.5.3'
pod 'KarhooUISDK', :git => 'git@github.com:karhoo/karhoo-ios-ui-sdk.git', :tag => '1.6.4'
```

then import `KarhooUISDK` wherever you want to access Karhoo services
Expand Down

0 comments on commit bf5d4d1

Please sign in to comment.