[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 2 / 1 / ValueAnimator / 0.6.9 / ValueAnimator.podspec.json
bloba380ea1111b25bee3dbc0ced54d3d29cc079d38d
2   "name": "ValueAnimator",
3   "version": "0.6.9",
4   "summary": "Value Animation Util in Swift",
5   "description": "ValueAnimator makes value transition in specific duration with various easing utils.",
6   "homepage": "https://github.com/brownsoo/ValueAnimator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "brownsoo": "hansune@me.com"
13   },
14   "source": {
15     "git": "https://github.com/brownsoo/ValueAnimator.git",
16     "tag": "0.6.9"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "11.0",
21     "tvos": "12.0",
22     "watchos": "7.0"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/**/*.swift",
26   "swift_versions": [
27     "4.0",
28     "4.2",
29     "5.0"
30   ],
31   "swift_version": "5.0"