[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 7 / d / InteractiveContainerView / 0.1.0 / InteractiveContainerView.podspec.json
blobbd4d409b3375fb20d31272a90ae59c016eb09113
2   "name": "InteractiveContainerView",
3   "version": "0.1.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.1.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"