[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 9 / ImageFX / 0.1.4 / ImageFX.podspec.json
blob83e62dd59e2edcd2795a1e830b57699ee40a8b9d
2   "name": "ImageFX",
3   "version": "0.1.4",
4   "summary": "Image Effects",
5   "description": "Image Effects in Swift.\nPowered by Metal through PixelKit.",
6   "homepage": "http://pixelkit.dev",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hexagons": "anton@hexagons.se"
13   },
14   "social_media_url": "https://twitter.com/anton_hexagons",
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15",
18     "tvos": "13.0"
19   },
20   "swift_versions": "5.1",
21   "source": {
22     "git": "https://github.com/hexagons/imagefx.git",
23     "branch": "master",
24     "tag": "0.1.4"
25   },
26   "source_files": [
27     "Sources/ImageFX",
28     "Sources/ImageFX/**/*.swift"
29   ],
30   "dependencies": {
31     "LiveValues": [
32       "~> 1.1.7"
33     ],
34     "RenderKit": [
35       "~> 0.3.9"
36     ],
37     "PixelKit": [
38       "~> 1.0.2"
39     ]
40   },
41   "swift_version": "5.1"