[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / f / 9 / SwiftyImageIO / 0.4.0 / SwiftyImageIO.podspec.json
blob8f32aa821bf856a3a760552c32ed79481ee3793f
2   "name": "SwiftyImageIO",
3   "version": "0.4.0",
4   "swift_versions": [
5     "5.1",
6     "5.1"
7   ],
8   "summary": "A swift wrapper around ImageIO framework",
9   "description": "Provides an easy interface to ImageIO framework.",
10   "homepage": "https://github.com/diejmon/SwiftyImageIO",
11   "license": "MIT",
12   "authors": {
13     "Alexander Belyavskiy": "diejmon@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/diejmon/SwiftyImageIO.git",
17     "tag": "0.4.0"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.13",
22     "tvos": "13.0"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/**/*",
26   "frameworks": [
27     "Foundation",
28     "ImageIO"
29   ],
30   "swift_version": "5.1"