Skip to content

Commit

Permalink
[Add] ValueAnimator 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsoo authored and CocoaPodsBot committed Oct 1, 2023
1 parent 12ea76c commit 0480a9a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Specs/e/2/1/ValueAnimator/0.6.9/ValueAnimator.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "ValueAnimator",
"version": "0.6.9",
"summary": "Value Animation Util in Swift",
"description": "ValueAnimator makes value transition in specific duration with various easing utils.",
"homepage": "https://github.com/brownsoo/ValueAnimator",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"brownsoo": "[email protected]"
},
"source": {
"git": "https://github.com/brownsoo/ValueAnimator.git",
"tag": "0.6.9"
},
"platforms": {
"ios": "12.0",
"osx": "11.0",
"tvos": "12.0",
"watchos": "7.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}

0 comments on commit 0480a9a

Please sign in to comment.