[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / e / Bitmap / 1.2.1 / Bitmap.podspec.json
blob2fc783c6fdc0f87eb2f45a2e1576351f09fd868f
2   "name": "Bitmap",
3   "version": "1.2.1",
4   "summary": "A Swift-y convenience for loading, saving and manipulating bitmap images.",
5   "homepage": "https://github.com/dagronf/Bitmap",
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/Bitmap.git",
15     "tag": "1.2.1"
16   },
17   "dependencies": {
18     "SwiftImageReadWrite": [
19       "~> 1.7.1"
20     ]
21   },
22   "module_name": "Bitmap",
23   "platforms": {
24     "osx": "10.11",
25     "ios": "13.0",
26     "tvos": "13.0",
27     "watchos": "6.0"
28   },
29   "osx": {
30     "frameworks": "AppKit"
31   },
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "tvos": {
36     "frameworks": "UIKit"
37   },
38   "watchos": {
39     "frameworks": "UIKit"
40   },
41   "source_files": "Sources/Bitmap/**/*.swift",
42   "resources": [
43     "Sources/Bitmap/PrivacyInfo.xcprivacy"
44   ],
45   "swift_versions": [
46     "5.4",
47     "5.5",
48     "5.6",
49     "5.7",
50     "5.8",
51     "5.9",
52     "5.10"
53   ],
54   "swift_version": "5.10"