[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 5 / 2 / thinkitive-video-renderer / 1.1 / thinkitive-video-renderer.podspec.json
blobc491b84e09f017bada33594cdba104c491f78107
2   "name": "thinkitive-video-renderer",
3   "version": "1.1",
4   "summary": "Video renderer used by Thinkitive Lab to render a video or image with OverlayRenderable overlays",
5   "description": "Short VideoRenderer class that renders adds an array of OverlayRenderable overlays to a video\nOverlayRenderable is any UIView that provides a UIView with superView at given video playback percentage\n\nLibrary provides an OverlayRenderable protocol which can be used by consumers to make UIView's renderable with our VideoRenderer\nVideoRenderer class provides a way to export a given PHAsset with overlays to a URL in filesystem\nA helper class from VideoRenderer saves the generated video in Photos",
6   "homepage": "https://www.thinkitivelab.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gints Osis": "gints.osis1@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/gosis/thinkitive-video-renderer.git",
19     "tag": "1.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "swift_versions": [
26     "5.0"
27   ],
28   "swift_version": "5.0"