[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / c / 2 / MediaToolSwift / 1.2.0 / MediaToolSwift.podspec.json
blob8b2b6a520aa749125de86d2ad82f98455da43181
2   "name": "MediaToolSwift",
3   "version": "1.2.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, 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.2.0"
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   "resource_bundles": {
27     "MediaToolSwift": [
28       "Sources/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "frameworks": [
32     "Foundation",
33     "AVFoundation",
34     "VideoToolbox",
35     "AudioToolbox",
36     "Accelerate",
37     "CoreImage",
38     "ImageIO",
39     "CoreMedia",
40     "CoreLocation"
41   ],
42   "ios": {
43     "frameworks": "MobileCoreServices"
44   },
45   "tvos": {
46     "frameworks": "MobileCoreServices"
47   },
48   "module_name": "MediaToolSwift",
49   "swift_versions": "5.9",
50   "requires_arc": true,
51   "swift_version": "5.9"