[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / 2 / MediaToolSwift / 1.1.2 / MediaToolSwift.podspec.json
blobf31bb5f65974b5083665508cf20193499a7efd3e
2   "name": "MediaToolSwift",
3   "version": "1.1.2",
4   "summary": "A Swift library for media handling and manipulation.",
5   "description": "MediaToolSwift is a Swift library that provides a collection of classes and utilities for media handling and manipulation. It provides an easy-to-use interface for performing common media operations such as compression, conversion, resizing and more. Supports video, image and audio media types.",
6   "homepage": "https://github.com/starkdmi/MediaToolSwift",
7   "license": {
8     "type": "MPL-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Dmitry Starkov",
12   "source": {
13     "git": "https://github.com/starkdmi/MediaToolSwift.git",
14     "tag": "1.1.2"
15   },
16   "platforms": {
17     "ios": "13.0",
18     "osx": "11.0",
19     "tvos": "13.0"
20   },
21   "source_files": [
22     "Sources/**/*.swift",
23     "Sources/Classes/ObjCExceptionCatcher/**/*.{h,m}"
24   ],
25   "public_header_files": "Sources/Classes/ObjCExceptionCatcher/**/*.h",
26   "frameworks": [
27     "Foundation",
28     "AVFoundation",
29     "VideoToolbox",
30     "AudioToolbox",
31     "Accelerate",
32     "CoreImage",
33     "ImageIO",
34     "CoreMedia",
35     "CoreLocation"
36   ],
37   "ios": {
38     "frameworks": "MobileCoreServices"
39   },
40   "tvos": {
41     "frameworks": "MobileCoreServices"
42   },
43   "module_name": "MediaToolSwift",
44   "swift_versions": "5.9",
45   "requires_arc": true,
46   "swift_version": "5.9"