[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 7 / SwiftImageReadWrite / 1.9.0 / SwiftImageReadWrite.podspec.json
blobf23e31d48453f3a3c54fb910594a18bd6b634e91
2   "name": "SwiftImageReadWrite",
3   "version": "1.9.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.9.0"
16   },
17   "module_name": "SwiftImageReadWrite",
18   "platforms": {
19     "osx": "10.11",
20     "ios": "11.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   "resource_bundles": {
38     "DSF_QRCode": "Sources/SwiftImageReadWrite/PrivacyInfo.xcprivacy"
39   },
40   "swift_versions": [
41     "5.4",
42     "5.5",
43     "5.6",
44     "5.7",
45     "5.8",
46     "5.9",
47     "5.10"
48   ],
49   "swift_version": "5.10"