[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / 6 / AnimatableView / 6.0.2 / AnimatableView.podspec.json
blob9f0602b0e9974905ab00f3a37c77443b955ca387
2   "name": "AnimatableView",
3   "version": "6.0.2",
4   "summary": "AnimatableView that works like a UIStackView but has better animations",
5   "description": "UIStackView based class that provides a convenience interface to animate its content. Curently supports vertical animations only.",
6   "homepage": "https://github.com/APUtils/AnimatableStackView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/AnimatableStackView.git",
16     "tag": "6.0.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5"
23   ],
24   "cocoapods_version": ">= 1.13.0",
25   "source_files": "AnimatableView/Classes/**/*",
26   "resource_bundles": {
27     "AnimatableView.privacy": "AnimatableView/Privacy/PrivacyInfo.xcprivacy"
28   },
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ],
33   "dependencies": {
34     "RoutableLogger": [
36     ]
37   },
38   "swift_version": "5"