From cbf883aaa571814820fd1211bdbf0e1b7a545c72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:03:39 +0700 Subject: [PATCH] update .podspec for 6.47.0 --- AmitySDK/6.47.0/AmitySDK.podspec | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AmitySDK/6.47.0/AmitySDK.podspec diff --git a/AmitySDK/6.47.0/AmitySDK.podspec b/AmitySDK/6.47.0/AmitySDK.podspec new file mode 100644 index 0000000..506c247 --- /dev/null +++ b/AmitySDK/6.47.0/AmitySDK.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = "AmitySDK" + s.version = "6.47.0" + s.summary = "An SDK for messaging, social & live video platform provided by Amity." + s.description = <<-DESC + Amity SDK supercharges your platform with social features — from Feeds and Chat to Stories and Live Streaming. Build online communities, drive social engagement, create positive experiences, and grow your revenue. + DESC + s.homepage = "https://docs.amity.co/" + s.license = { :type => 'Copyright', :text => <<-LICENSE + Copyright © 2021 Amity Corporation. + All rights reserved. + LICENSE + } + s.author = { "$(git config user.name)" => "$(git config user.email)" } + s.source = { :http => 'https://sdk.amity.co/sdk-release/ios/6.47.0/amitysdk.zip' } + s.vendored_frameworks = 'Frameworks/AmitySDK.xcframework' + s.platform = :ios + s.swift_version = "5" + s.ios.deployment_target = '13.0' + s.dependency 'RealmSwift', '10.49.3' + +end