[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 3 / 5 / d / Carpaccio / 0.0.5 / Carpaccio.podspec.json
blob47d2fe53cb63c71bfdb9939c470e843c0ddf9c58
2   "name": "Carpaccio",
3   "version": "0.0.5",
4   "summary": "A pure Swift library for decoding image data and EXIF metadata (including RAW files).",
5   "description": "Carpaccio is a Swift library that allows decoding image data from file formats supported by CoreImage (including all the various RAW file formats supported by CoreImage). It is built for efficient use of multiple CPU cores.",
6   "homepage": "https://github.com/mz2/Carpaccio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matias Piipari": "matias.piipari@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mz2/Carpaccio.git",
16     "tag": "0.0.5"
17   },
18   "social_media_url": "https://twitter.com/mz2",
19   "module_name": "Carpaccio",
20   "ios": {
21     "frameworks": "UIKit",
22     "source_files": [
23       "Carpaccio/*.swift",
24       "Carpaccio/iOS/*.swift"
25     ]
26   },
27   "osx": {
28     "frameworks": "AppKit",
29     "source_files": [
30       "Carpaccio/*.swift",
31       "Carpaccio/macOS/*.swift"
32     ]
33   },
34   "platforms": {
35     "ios": "10.0",
36     "osx": "10.10"
37   }