Skip to content

Commit

Permalink
2.4.3.1 release;
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed Jan 23, 2017
1 parent c5cffdb commit 62018c2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.yml
@@ -1,7 +1,8 @@
---
upcoming:
version:
notes:
version: 2.4.3.1
notes:
- Include missing dependencies when use CocoaPods integration
releases:
- version: 2.4.3
notes:
Expand Down
6 changes: 3 additions & 3 deletions CNISDKCoreKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CNISDKCoreKit'
s.version = '2.4.3'
s.version = '2.4.3.1'
s.summary = "Official conichi SDK for iOS to access core functionality of conichi Platform."

s.description = <<-DESC
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.module_name = 'CNISDKCoreKit'
s.public_header_files = 'Frameworks/CNISDKCoreKit.framework/Headers/*.h'
s.vendored_frameworks = 'Frameworks/CNISDKCoreKit.framework'
s.preserve_paths = 'Frameworks/CNISDKCoreKit.framework'
s.vendored_frameworks = 'Frameworks/CNISDKCoreKit.framework', 'Frameworks/Conichi_Authentication.framework', 'Frameworks/Conichi_Errors.framework', 'Frameworks/Conichi_Meta.framework'
s.preserve_paths = 'Frameworks/CNISDKCoreKit.framework', 'Frameworks/Conichi_Authentication.framework', 'Frameworks/Conichi_Errors.framework', 'Frameworks/Conichi_Meta.framework'

s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited)' }
end
2 changes: 1 addition & 1 deletion CNISDKGeoFencingKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CNISDKGeoFencingKit'
s.version = '2.4.3'
s.version = '2.4.3.1'
s.summary = "Geo Fencing kit extends the CNISDKCoreKit with geo fencing functionality."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion CNISDKPMSKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CNISDKPMSKit'
s.version = '2.4.3'
s.version = '2.4.3.1'
s.summary = "PMS kit extends the CNISDKCoreKit with property management system functionality."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion CNISDKPaymentKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CNISDKPaymentKit'
s.version = '2.4.3'
s.version = '2.4.3.1'
s.summary = "Payment kit extends the CNISDKCoreKit with payment functionality."

s.description = <<-DESC
Expand Down

0 comments on commit 62018c2

Please sign in to comment.