From 63c243c52bfb30556cbb87fbbc6b4ac88b995766 Mon Sep 17 00:00:00 2001 From: Zayar Date: Thu, 20 Apr 2023 23:03:48 +0700 Subject: [PATCH] update .podspec for 2.35.4 --- AmityUIKit/2.35.4/AmityUIKit.podspec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 AmityUIKit/2.35.4/AmityUIKit.podspec diff --git a/AmityUIKit/2.35.4/AmityUIKit.podspec b/AmityUIKit/2.35.4/AmityUIKit.podspec new file mode 100644 index 0000000..e33e3d6 --- /dev/null +++ b/AmityUIKit/2.35.4/AmityUIKit.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = "AmityUIKit" + s.version = "2.35.4" + s.summary = "A brief description of AmityUIKit project." + s.description = "An extended description of AmityUIKit project." + s.homepage = "https://github.com/EkoCommunications/EkoMessagingSDKUIKit" + s.license = { :type => 'Copyright', :text => <<-LICENSE + Copyright 2020 + Permission is granted to... + LICENSE + } + s.author = { "$(git config user.name)" => "$(git config user.email)" } + s.source = { :http => 'https://sdk.amity.co/sdk-release/ios-uikit/2.35.4/uikit.zip' } + s.vendored_frameworks = 'AmityUIKit.xcframework', 'AmitySDK.xcframework' + s.platform = :ios + s.swift_version = "5" + s.ios.deployment_target = '12.0' + s.dependency 'Realm', '~> 10.26.0' + +end