From 5e8f4b92ab512c7ca9c73b806be4c87293348e77 Mon Sep 17 00:00:00 2001 From: CustomerIO Engineering Date: Wed, 24 Apr 2024 14:09:47 +0200 Subject: [PATCH] [Add] CustomerIOMessagingInApp 3.1.3 --- .../3.1.3/CustomerIOMessagingInApp.podspec.json | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Specs/a/d/9/CustomerIOMessagingInApp/3.1.3/CustomerIOMessagingInApp.podspec.json diff --git a/Specs/a/d/9/CustomerIOMessagingInApp/3.1.3/CustomerIOMessagingInApp.podspec.json b/Specs/a/d/9/CustomerIOMessagingInApp/3.1.3/CustomerIOMessagingInApp.podspec.json new file mode 100644 index 000000000000..fe52f6177d97 --- /dev/null +++ b/Specs/a/d/9/CustomerIOMessagingInApp/3.1.3/CustomerIOMessagingInApp.podspec.json @@ -0,0 +1,35 @@ +{ + "name": "CustomerIOMessagingInApp", + "version": "3.1.3", + "summary": "Official Customer.io SDK for iOS.", + "homepage": "https://github.com/customerio/customerio-ios", + "documentation_url": "https://customer.io/docs/sdk/ios/", + "changelog": "https://github.com/customerio/customerio-ios/blob/3.1.3/CHANGELOG.md", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "CustomerIO Team": "win@customer.io" + }, + "source": { + "git": "https://github.com/customerio/customerio-ios.git", + "tag": "3.1.3" + }, + "swift_versions": "5.3", + "cocoapods_version": ">= 1.11.0", + "platforms": { + "ios": "13.0" + }, + "source_files": "Sources/MessagingInApp/**/*{.swift}", + "resource_bundles": { + "CustomerIOMessagingInApp_Privacy": "Sources/MessagingInApp/Resources/PrivacyInfo.xcprivacy" + }, + "module_name": "CioMessagingInApp", + "dependencies": { + "CustomerIOCommon": [ + "= 3.1.3" + ] + }, + "swift_version": "5.3" +} -- 2.11.4.GIT