[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 2 / MediaToolSwift / 1.0.0 / MediaToolSwift.podspec.json
blob8d7cc20697d6ba1288a86cd3ae53cf7df7ba5a84
2   "name": "MediaToolSwift",
3   "version": "1.0.0",
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, resing and more. Supports video, image and audio media types.",
6   "homepage": "https://github.com/starkdmi/MediaToolSwift",
7   "license": "GPLv3",
8   "authors": "Dmitry Starkov",
9   "source": {
10     "git": "https://github.com/starkdmi/MediaToolSwift.git",
11     "branch": "1.0.0"
12   },
13   "platforms": {
14     "ios": "13.0",
15     "osx": "11.0"
16   },
17   "source_files": [
18     "Sources/**/*.swift",
19     "Sources/Classes/ObjCExceptionCatcher/**/*.{h,m}"
20   ],
21   "public_header_files": "Sources/Classes/ObjCExceptionCatcher/**/*.h",
22   "frameworks": "Foundation",
23   "module_name": "MediaToolSwift",
24   "swift_versions": "5.8",
25   "requires_arc": true,
26   "swift_version": "5.8"