[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 2 / thinkitive-video-renderer / 1.0 / thinkitive-video-renderer.podspec.json
blobbb2789efabb48c74afa30fc3f8da75d8843ff02d
2   "name": "thinkitive-video-renderer",
3   "version": "1.0",
4   "summary": "Video renderer used by Thinkitive Lab to render a video or image with multiple Lottie animations as overlay",
5   "description": "Short VideoRenderer class that renders Lottie AnimationView on top of a AVAsset at specified CGRect coordinates\nEach frame of AnimationView is rendered at the corresponding time of the AVasset\n\nLibrary provides a LottieOverlayView with custom initialiser which must have a superView when video is rendered\nA set of LottieOverlayView instances can be provided to AVAsset when rendering",
6   "homepage": "https://www.thinkitivelab.com/",
7   "license": {
8     "type": "MIT",
9     "file": "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.0"
20   },
21   "source_files": [
22     "thinkitive-video-renderer/Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "swift_versions": [
26     "5.0"
27   ],
28   "swift_version": "5.0"