From 563b4b195b3b3cabd6ade00fa0b917939ab869f6 Mon Sep 17 00:00:00 2001 From: Divyesh Pansuriya Date: Mon, 13 Jan 2025 04:50:01 +0100 Subject: [PATCH] [Add] RDLiquidSpreadButton 1.0 --- .../1.0/RDLiquidSpreadButton.podspec.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Specs/e/e/3/RDLiquidSpreadButton/1.0/RDLiquidSpreadButton.podspec.json diff --git a/Specs/e/e/3/RDLiquidSpreadButton/1.0/RDLiquidSpreadButton.podspec.json b/Specs/e/e/3/RDLiquidSpreadButton/1.0/RDLiquidSpreadButton.podspec.json new file mode 100644 index 000000000000000..9e318baf3793d5d --- /dev/null +++ b/Specs/e/e/3/RDLiquidSpreadButton/1.0/RDLiquidSpreadButton.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "RDLiquidSpreadButton", + "version": "1.0", + "summary": "A customizable liquid spread button with smooth animations for iOS.", + "description": "A button for iOS that creates a liquid spreading animation when clicked. It is customizable and can be easily integrated with both UIKit and SwiftUI.", + "homepage": "https://github.com/divyesh-pansuriya/RDLiquidSpreadButton", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Divyesh Pansuriya": "adpansuriya2000@gmail.com" + }, + "social_media_url": "https://twitter.com/yourhandle", + "source": { + "git": "https://github.com/divyesh-pansuriya/RDLiquidSpreadButton.git", + "tag": "1.0" + }, + "platforms": { + "ios": "15.0" + }, + "swift_versions": "5.0", + "source_files": "RDLiquidSpreadButton/Classes/**/*.{h,m,swift}", + "frameworks": "UIKit", + "requires_arc": true, + "swift_version": "5.0" +}