[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / c / a / ImageIOSwift / 1.1.0 / ImageIOSwift.podspec.json
blob69c63edf6958a00bea8fd3c59cece1b4b32548c8
2   "name": "ImageIOSwift",
3   "version": "1.1.0",
4   "summary": "Swift wrapper around ImageIO.",
5   "description": "ImageIO is an Apple framework that provides low level access to image files and is what powers UIImage and other image related operations on iOS and macOS. However, in part because it is a C/Core Foundation framework, using it can be difficult.\n\nImageIO.Swift is a lightweight wrapper around the framework that makes it much easier to access the vast power that ImageIO provides, including animated GIFs, incremental loading and efficient thumbnail generation.\n\nWhile there are alternatives that provide many of the same features, and many of them use very similar implimentations based on `ImageIO`, this project provides a unified interface for all uses of ImageIO. So for instance you can use the same view and image processing code for animated images, progressive jpegs, and any other format that ImageIO supports.",
6   "homepage": "https://github.com/davbeck/ImageIOSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "davbeck": "code@davidbeck.co"
13   },
14   "source": {
15     "git": "https://github.com/davbeck/ImageIOSwift.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/davbeck",
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "static_framework": true,
27   "source_files": "Sources/ImageIOSwift/*.swift",
28   "frameworks": "ImageIO",
29   "swift_version": "5.1"