-
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
12ea76c
commit 0480a9a
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
Specs/e/2/1/ValueAnimator/0.6.9/ValueAnimator.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,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" | ||
} |