From 7396845d267558cb48bca9ad6e87a2ff3b0a1ecd Mon Sep 17 00:00:00 2001 From: CustomerIO Engineering Date: Wed, 24 Apr 2024 14:03:46 +0200 Subject: [PATCH] [Add] CustomerIOCommon 3.1.3 --- .../3.1.3/CustomerIOCommon.podspec.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Specs/3/5/9/CustomerIOCommon/3.1.3/CustomerIOCommon.podspec.json diff --git a/Specs/3/5/9/CustomerIOCommon/3.1.3/CustomerIOCommon.podspec.json b/Specs/3/5/9/CustomerIOCommon/3.1.3/CustomerIOCommon.podspec.json new file mode 100644 index 000000000000..3e064557519b --- /dev/null +++ b/Specs/3/5/9/CustomerIOCommon/3.1.3/CustomerIOCommon.podspec.json @@ -0,0 +1,28 @@ +{ + "name": "CustomerIOCommon", + "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/Common/**/*", + "exclude_files": "Sources/**/*{.md}", + "module_name": "CioInternalCommon", + "swift_version": "5.3" +} -- 2.11.4.GIT