diff --git a/README.md b/README.md index 2ae7062f..4d8ebc29 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -:warning: *Use of this software is subject to important terms and conditions as set forth in the License file* :warning: +:warning: *This Repository has been deprecated, please go to [here](https://github.com/zendesk/support_sdk_ios) for the Zendesk Support SDK* :warning: # Zendesk Mobile SDK for iOS diff --git a/ZendeskSDK.podspec b/ZendeskSDK.podspec index 0ea66409..3b5ddf9b 100755 --- a/ZendeskSDK.podspec +++ b/ZendeskSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ZendeskSDK" - s.version = "4.0.0" - s.summary = "Zendesk SDK 4.0.0" + s.version = "4.0.1" + s.summary = "Zendesk SDK 4.0.1" s.homepage = "https://github.com/zendesk/zendesk_sdk_ios" s.license = { :type => 'Copyright', @@ -22,6 +22,7 @@ Pod::Spec.new do |s| s.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'MessageUI' s.swift_version = '5.1' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited)', 'CLANG_ENABLE_MODULES' => 'YES', 'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' => 'YES' } + s.deprecated_in_favor_of = 'ZendeskSupportSDK' # Using subspecs to support installation without Localization part