From f08e99f9b563c5b990b9980d45483d5cf830103a Mon Sep 17 00:00:00 2001 From: ContentsuareCI Date: Thu, 21 Nov 2024 08:28:26 +0100 Subject: [PATCH] [Add] CS_iOS_SDK 4.38.1 --- .../3/1/CS_iOS_SDK/4.38.1/CS_iOS_SDK.podspec.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Specs/c/3/1/CS_iOS_SDK/4.38.1/CS_iOS_SDK.podspec.json diff --git a/Specs/c/3/1/CS_iOS_SDK/4.38.1/CS_iOS_SDK.podspec.json b/Specs/c/3/1/CS_iOS_SDK/4.38.1/CS_iOS_SDK.podspec.json new file mode 100644 index 000000000000..594a8f94469d --- /dev/null +++ b/Specs/c/3/1/CS_iOS_SDK/4.38.1/CS_iOS_SDK.podspec.json @@ -0,0 +1,32 @@ +{ + "name": "CS_iOS_SDK", + "version": "4.38.1", + "summary": "Contentsquare UX SDK for iOS", + "homepage": "https://docs.contentsquare.com/ios", + "authors": { + "Romain Bouic": "romain.bouic@contentsquare.com" + }, + "license": { + "type": "COMMERCIAL", + "text": " The Content Square iOS SDK License 1.0\n (c) Content Square SAS 2023\n\nBy downloading, installing, implementing or otherwise using the Content Square SAS iOS SDK (“the Contentsquare iOS SDK”) you agree to the terms and conditions of this License Agreement.\n\nContentsquare grants you a limited, royalty-free, non-exclusive, non-transferrable, non-sublicensable, revocable copyright license to use and reproduce, without modification, the Contentsquare iOS SDK solely to enable the use of Contentsquare with or in your iOS platform applications, subject to the following conditions:\n\nOther than as permitted in this agreement, you may not distribute, display, copy, execute publicly, make available to the public, reduce to human readable form, lease, resale, disassemble, decompile, adapt, sublicense, host as a service, make other commercial use of, sell, rent, lend, process, compile, reverse engineer, combine with other software, translate, modify, or create derivative works of the Contentsquare iOS SDK.\n\nContentsquare has no obligation to enable you or any of your applications to access, interact with, or retrieve or publish content to any Contentsquare platform or service. However, Contentsquare may provide you with such platform services on additional terms.\n\nContentsquare further has no obligation to provide support, maintenance, upgrades, modifications, or new releases of the Contentsquare iOS SDK, unless otherwise agreed in writing.\n\nAll other rights are reserved.\n\nTO THE FULLEST EXTENT PERMITTED BY LAW, CONTENTSQUARE MAKES NO, AND HEREBY DISCLAIMS ANY AND ALL, REPRESENTATIONS WARRANTIES, CONDITIONS AND ALL OTHER TERMS OF ANY KIND WHATSOEVER WITH RESPECT TO THE CONTENTSQUARE iOS SDK AND RELATED DOCUMENTATION, OR ADDITIONAL SERVICES, WHETHER EXPRESS OR IMPLIED, ORAL OR WRITTEN, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF ACCURACY, QUALITY, PERFORMANCE, MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. FOR THE AVOIDANCE OF DOUBT, CONTENTSQUARE DOES NOT WARRANT THAT THE CONTENTSQUARE iOS SDK SHALL MEET YOUR NEEDS OR BE ERROR FREE. IN NO EVENT SHALL CONTENTSQUARE BE LIABLE FOR ANY TYPE OF DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE CONTENTSQUARE iOS SDK, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. YOU ASSUME SOLE RESPONSIBILITY FOR RESULTS OBTAINED FROM THE USE OF THE CONTENTSQUARE iOS SDK BY YOU. THE CONTENTSQUARE iOS SDK, SCRIPTS, OR ADDITIONAL SERVICES ARE PROVIDED TO YOU ON AN “AS IS” BASIS.\n" + }, + "platforms": { + "ios": "12.0" + }, + "swift_versions": "5.1", + "ios": { + "vendored_frameworks": "ContentsquareModule.xcframework" + }, + "source": { + "http": "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.38.1/ContentsquareModulePodDynamic.xcframework.zip" + }, + "dependencies": { + "SwiftProtobuf": [ + "<= 1.26.0" + ], + "CSCrashReporter": [ + "1.0.0" + ] + }, + "swift_version": "5.1" +} -- 2.11.4.GIT