[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / d / PixelKit / 0.8.7 / PixelKit.podspec.json
blobec3aced2828ef8b52958b8e3454a329d2653ca0e
2   "name": "PixelKit",
3   "version": "0.8.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     "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.7"
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       "Source/PIX/PIXs/Content/Resource/DepthCameraPIX.swift",
61       "Source/PIX/PIXs/Content/Resource/MultiCameraPIX.swift"
62     ],
63     "resources": "Resources/Metal Libs/PixelKitShaders-macOS.metallib",
64     "dependencies": {
65       "SwiftSVG": [
66         "~> 2.0"
67       ]
68     }
69   },
70   "tvos": {
71     "exclude_files": [
72       "Source/PIX/PIXs/Content/Resource/ScreenCapturePIX.swift",
73       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
74       "Source/PIX/PIXs/Output/SyphonOutPIX.swift",
75       "Source/PIX/View/LiveMouseView.swift",
76       "Source/PIX/PIXs/Content/Resource/StreamInPIX.swift",
77       "Source/PIX/PIXs/Output/StreamOutPIX.swift",
78       "Source/PIX/PIXs/Content/Resource/SyphonInPIX.swift",
79       "Source/PIX/PIXs/Content/Resource/VectorPIX.swift",
80       "Source/PIX/PIXs/Output/AirPlayPIX.swift",
81       "Source/PIX/View/LiveTouchView.swift",
82       "Source/Other/Motion.swift",
83       "Source/PIX/PIXs/Content/Resource/WebPIX.swift",
84       "Source/PIX/PIXs/Output/RecordPIX.swift",
85       "Source/PIX/PIXs/Content/Resource/CameraPIX.swift",
86       "Source/PIX/PIXs/Content/Resource/DepthCameraPIX.swift",
87       "Source/PIX/PIXs/Content/Resource/MultiCameraPIX.swift"
88     ],
89     "resources": [
90       "Resources/Metal Libs/PixelKitShaders-tvOS.metallib",
91       "Resources/Metal Libs/PixelKitShaders-tvOS-Simulator.metallib"
92     ]
93   },
94   "resources": [
95     "Source/PIX/PIXs/Content/Generator/Metal/ContentGeneratorMetalPIX.metal.txt",
96     "Source/PIX/PIXs/Effects/Single/Metal/EffectSingleMetalPIX.metal.txt",
97     "Source/PIX/PIXs/Effects/Merger/Metal/EffectMergerMetalPIX.metal.txt",
98     "Source/PIX/PIXs/Effects/Multi/Metal/EffectMultiMetalPIX.metal.txt"
99   ],
100   "dependencies": {
101     "LiveValues": [
102       "= 1.1.5"
103     ],
104     "RenderKit": [
105       "= 0.3.2"
106     ]
107   },
108   "swift_version": "5.0"