[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / 2 / MediaToolSwift / 1.0.6 / MediaToolSwift.podspec.json
blob8401df1a4b7b68cd6bd2fbd20319b52294c4979f
2   "name": "MediaToolSwift",
3   "version": "1.0.6",
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.0.6"
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": "Foundation",
27   "module_name": "MediaToolSwift",
28   "swift_versions": "5.8",
29   "requires_arc": true,
30   "swift_version": "5.8"