From 8509231ca8cb7200c316f80e2199da6263d9afb4 Mon Sep 17 00:00:00 2001 From: N3v1 Date: Sat, 2 Mar 2024 10:51:34 +0100 Subject: [PATCH] [Chore]: Fix Podspec --- SLAvatarKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLAvatarKit.podspec b/SLAvatarKit.podspec index f97ee99..2702ff0 100644 --- a/SLAvatarKit.podspec +++ b/SLAvatarKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SLAvatarKit' s.version = '0.0.1-dev.1' - s.summary = 'Take your iOS app development to the next level with AvatarKit, a powerful framework for creating captivating and dynamic avatars. AvatarKit allows you to design and animate personalized memojis and animojis, providing a seamless and engaging user experience.' + s.summary = 'Create, Customize and Explore AvatarKit. Your open-source go to solution for providing Avatars.' s.homepage = 'https://github.com/ScribbleLabApp/AvatarKit' s.license = { :type => 'AGPL-3.0', :file => 'LICENSE' } s.author = { 'ScribbleLabApp' => 'scribblelabapp.dev@gmail.com' }