[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 2 / 1 / ValueAnimator / 0.6.1 / ValueAnimator.podspec.json
blobff56e1cc7a4d87f724165fc861a814108548ee98
2   "name": "ValueAnimator",
3   "version": "0.6.1",
4   "summary": "Value Animation 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   "social_media_url": "http://twitter.com/hansoolabs",
15   "source": {
16     "git": "https://github.com/brownsoo/ValueAnimator.git",
17     "tag": "0.6.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "ValueAnimator/**/*.swift",
27   "swift_versions": [
28     "4.0",
29     "4.2",
30     "5.0"
31   ],
32   "swift_version": "5.0"