Skip to content

Commit

Permalink
[Add] RDLiquidSpreadButton 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divyesh-pansuriya authored and CocoaPodsBot committed Jan 13, 2025
1 parent 10d4855 commit 563b4b1
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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"
}

0 comments on commit 563b4b1

Please sign in to comment.