[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / a / d / PixelKit / 0.5.7 / PixelKit.podspec.json
blobeb4cbb7ee21ca1469f8a440f6afd9b9a71e09ee6
2   "name": "PixelKit",
3   "version": "0.5.7",
4   "summary": "a Live Graphics for iOS & macOS.",
5   "description": "a collection of live graphics tools for realtime editing.",
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": "11.0",
17     "osx": "10.13"
18   },
19   "swift_version": "5.0",
20   "source": {
21     "git": "https://github.com/hexagons/pixels.git",
22     "branch": "master",
23     "tag": "0.5.7"
24   },
25   "source_files": [
26     "Source",
27     "Source/**/*.swift"
28   ],
29   "ios": {
30     "exclude_files": [
31       "Source/PIX/PIXs/Content/Resource/ScreenCapturePIX.swift",
32       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
33       "Source/PIX/PIXs/Output/SyphonOutPIX.swift",
34       "Source/PIX/View/LiveMouseView.swift"
35     ],
36     "resources": "Resources/Metal Libs/PixelKitShaders.metallib",
37     "dependencies": {
38       "MetalPerformanceShadersProxy": [
39         "~> 0.3"
40       ]
41     }
42   },
43   "osx": {
44     "exclude_files": [
45       "Source/PIX/PIXs/Content/Resource/StreamInPIX.swift",
46       "Source/PIX/PIXs/Output/StreamOutPIX.swift",
47       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
48       "Source/PIX/PIXs/Output/SyphonOutPIX.swift",
49       "Source/PIX/PIXs/Output/AirPlayPIX.swift",
50       "Source/PIX/View/LiveTouchView.swift",
51       "Source/PIX/IO/Peer.swift"
52     ],
53     "resources": "Resources/Metal Libs/PixelKitShaders-macOS.metallib"
54   }