[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / d / PixelKit / 0.8.2 / PixelKit.podspec.json
blob26ca8dc79fdc4363c1d0d9f7d9bd4cc3e4dd6396
2   "name": "PixelKit",
3   "version": "0.8.2",
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     "tvos": "11.0"
19   },
20   "swift_versions": "5.0",
21   "source": {
22     "git": "https://github.com/hexagons/pixelkit.git",
23     "branch": "master",
24     "tag": "0.8.2"
25   },
26   "source_files": [
27     "Source",
28     "Source/**/*.swift"
29   ],
30   "ios": {
31     "exclude_files": [
32       "Source/PIX/PIXs/Content/Resource/ScreenCapturePIX.swift",
33       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
34       "Source/PIX/PIXs/Output/SyphonOutPIX.swift",
35       "Source/PIX/View/LiveMouseView.swift"
36     ],
37     "resources": [
38       "Resources/Metal Libs/PixelKitShaders-iOS.metallib",
39       "Resources/Metal Libs/PixelKitShaders-iOS-Simulator.metallib",
40       "Resources/Metal Libs/PixelKitShaders-macCatalyst.metallib"
41     ],
42     "dependencies": {
43       "SwiftSVG": [
44         "~> 2.0"
45       ]
46     }
47   },
48   "osx": {
49     "exclude_files": [
50       "Source/PIX/PIXs/Content/Resource/StreamInPIX.swift",
51       "Source/PIX/PIXs/Output/StreamOutPIX.swift",
52       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
53       "Source/PIX/PIXs/Content/Resource/VectorPIX.swift",
54       "Source/PIX/PIXs/Output/SyphonOutPIX.swift",
55       "Source/PIX/PIXs/Output/AirPlayPIX.swift",
56       "Source/PIX/View/LiveTouchView.swift",
57       "Source/PIX/IO/Peer.swift",
58       "Source/Other/Motion.swift",
59       "Source/PIX/PIXs/Content/Resource/ViewPIX.swift"
60     ],
61     "resources": "Resources/Metal Libs/PixelKitShaders-macOS.metallib",
62     "dependencies": {
63       "SwiftSVG": [
64         "~> 2.0"
65       ]
66     }
67   },
68   "tvos": {
69     "exclude_files": [
70       "Source/PIX/PIXs/Content/Resource/ScreenCapturePIX.swift",
71       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
72       "Source/PIX/PIXs/Output/SyphonOutPIX.swift",
73       "Source/PIX/View/LiveMouseView.swift",
74       "Source/PIX/PIXs/Content/Resource/StreamInPIX.swift",
75       "Source/PIX/PIXs/Output/StreamOutPIX.swift",
76       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
77       "Source/PIX/PIXs/Content/Resource/VectorPIX.swift",
78       "Source/PIX/PIXs/Output/AirPlayPIX.swift",
79       "Source/PIX/View/LiveTouchView.swift",
80       "Source/Other/Motion.swift",
81       "Source/PIX/PIXs/Content/Resource/WebPIX.swift",
82       "Source/PIX/PIXs/Output/RecordPIX.swift",
83       "Source/PIX/PIXs/Content/Resource/CameraPIX.swift"
84     ],
85     "resources": [
86       "Resources/Metal Libs/PixelKitShaders-tvOS.metallib",
87       "Resources/Metal Libs/PixelKitShaders-tvOS-Simulator.metallib"
88     ]
89   },
90   "resources": [
91     "Source/PIX/PIXs/Content/Generator/Metal/ContentGeneratorMetalPIX.metal.txt",
92     "Source/PIX/PIXs/Effects/Single/Metal/EffectSingleMetalPIX.metal.txt",
93     "Source/PIX/PIXs/Effects/Merger/Metal/EffectMergerMetalPIX.metal.txt",
94     "Source/PIX/PIXs/Effects/Multi/Metal/EffectMultiMetalPIX.metal.txt"
95   ],
96   "dependencies": {
97     "LiveValues": [
98       "~> 1.1"
99     ],
100     "RenderKit": [
101       "~> 0.3"
102     ]
103   },
104   "swift_version": "5.0"