From b43e67c71e7adbe71036b2089233b71c4f016530 Mon Sep 17 00:00:00 2001 From: CustomerIO Engineering Date: Tue, 7 May 2024 18:40:06 +0200 Subject: [PATCH] [Add] CustomerIODataPipelines 3.2.0 --- .../3.2.0/CustomerIODataPipelines.podspec.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Specs/2/0/5/CustomerIODataPipelines/3.2.0/CustomerIODataPipelines.podspec.json diff --git a/Specs/2/0/5/CustomerIODataPipelines/3.2.0/CustomerIODataPipelines.podspec.json b/Specs/2/0/5/CustomerIODataPipelines/3.2.0/CustomerIODataPipelines.podspec.json new file mode 100644 index 000000000000..77ec066e6ded --- /dev/null +++ b/Specs/2/0/5/CustomerIODataPipelines/3.2.0/CustomerIODataPipelines.podspec.json @@ -0,0 +1,41 @@ +{ + "name": "CustomerIODataPipelines", + "version": "3.2.0", + "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.2.0/CHANGELOG.md", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "CustomerIO Team": "win@customer.io" + }, + "source": { + "git": "https://github.com/customerio/customerio-ios.git", + "tag": "3.2.0" + }, + "swift_versions": "5.3", + "cocoapods_version": ">= 1.11.0", + "platforms": { + "ios": "13.0" + }, + "source_files": "Sources/DataPipeline/**/*{.swift}", + "resource_bundles": { + "CustomerIODataPipelines_Privacy": "Sources/DataPipeline/Resources/PrivacyInfo.xcprivacy" + }, + "module_name": "CioDataPipelines", + "dependencies": { + "CustomerIOCommon": [ + "= 3.2.0" + ], + "CustomerIOTrackingMigration": [ + "= 3.2.0" + ], + "AnalyticsSwiftCIO": [ + "= 1.5.12+cio.1" + ] + }, + "swift_version": "5.3" +} -- 2.11.4.GIT