[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / 2 / 1 / ValueAnimator / 0.6.4 / ValueAnimator.podspec.json
blobc1bdcc77a4fb796ff50bfb7b84cc72276388b425
2   "name": "ValueAnimator",
3   "version": "0.6.4",
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   "social_media_url": "http://twitter.com/hansoolabs",
15   "source": {
16     "git": "https://github.com/brownsoo/ValueAnimator.git",
17     "tag": "0.6.4"
18   },
19   "platforms": {
20     "ios": "9.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"