[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / e / c / 2 / MediaToolSwift / 1.0.2 / MediaToolSwift.podspec.json
blobeae16f968f119bea21505a6dd880e5f16e920781
2   "name": "MediaToolSwift",
3   "version": "1.0.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": "GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": "Dmitry Starkov",
12   "source": {
13     "git": "https://github.com/starkdmi/MediaToolSwift.git",
14     "tag": "1.0.2"
15   },
16   "platforms": {
17     "ios": "13.0",
18     "osx": "11.0"
19   },
20   "source_files": [
21     "Sources/**/*.swift",
22     "Sources/Classes/ObjCExceptionCatcher/**/*.{h,m}"
23   ],
24   "public_header_files": "Sources/Classes/ObjCExceptionCatcher/**/*.h",
25   "frameworks": "Foundation",
26   "module_name": "MediaToolSwift",
27   "swift_versions": "5.8",
28   "requires_arc": true,
29   "swift_version": "5.8"