[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / b / 9 / ImageFX / 0.1.2 / ImageFX.podspec.json
blobd23807f367596e8f20d20f1568d89063ace65064
2   "name": "ImageFX",
3   "version": "0.1.2",
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.2"
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.6"
36     ],
37     "PixelKit": [
38       "~> 1.0.0"
39     ]
40   },
41   "swift_version": "5.1"