-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10d4855
commit 563b4b1
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
Specs/e/e/3/RDLiquidSpreadButton/1.0/RDLiquidSpreadButton.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |