[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / 7 / SwiftImageReadWrite / 1.5.0 / SwiftImageReadWrite.podspec.json
blob36590e298a7076f9ff7efd541a50f3df45047544
2   "name": "SwiftImageReadWrite",
3   "version": "1.5.0",
4   "summary": "A basic microframework of routines for doing basic importing/exporting of `CGImage` and `NSImage`/`UIImage` type images.",
5   "homepage": "https://github.com/dagronf/SwiftImageReadWrite",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Darren Ford": "dford_au-reg@yahoo.com"
12   },
13   "source": {
14     "git": "https://github.com/dagronf/SwiftImageReadWrite.git",
15     "tag": "1.5.0"
16   },
17   "module_name": "SwiftImageReadWrite",
18   "platforms": {
19     "osx": "10.11",
20     "ios": "13.0",
21     "tvos": "13.0",
22     "watchos": "6.0"
23   },
24   "osx": {
25     "frameworks": "AppKit"
26   },
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "tvos": {
31     "frameworks": "UIKit"
32   },
33   "watchos": {
34     "frameworks": "UIKit"
35   },
36   "source_files": "Sources/SwiftImageReadWrite/**/*.swift",
37   "swift_versions": "5.4",
38   "swift_version": "5.4"