[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / 9 / 7 / d / InteractiveContainerView / 0.2.0 / InteractiveContainerView.podspec.json
blob8b6b814058acd1b27cfe77068c539286ba8c7fa6
2   "name": "InteractiveContainerView",
3   "version": "0.2.0",
4   "summary": "Container view with zooming, scrolling and rotation support.",
5   "description": "The container view tracks the movements of fingers and applies zooming, scrolling and rotation accordingly.\nThe rotation and zooming respect gesture location (pivot point), scrolling supports deceleration and is limited so the content will never leave the visible area of the screen.\nThe container has a delegate which allows you to respond to the content transformations events.",
6   "homepage": "https://gitlab.com/oriient-public/interactivecontainerview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Krutoyarskiy": "michaelk@oriient.me"
13   },
14   "source": {
15     "git": "https://gitlab.com/oriient-public/interactivecontainerview.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "InteractiveContainerView/Classes/**/*",
22   "frameworks": "UIKit",
23   "swift_versions": "5.0",
24   "swift_version": "5.0"