[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / e / SCNRecorder / 2.7.0 / SCNRecorder.podspec.json
blobc8540d1d87955f739453f06daafeb148903285ce
2   "name": "SCNRecorder",
3   "version": "2.7.0",
4   "summary": "A lags-free recorder of ARKit and SceneKit for iOS in Swift",
5   "homepage": "https://github.com/gorastudio/SCNRecorder",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Vladislav Grigoryev": "dev.grigoriev@gmail.com"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/gorastudio/SCNRecorder.git",
18     "tag": "2.7.0"
19   },
20   "module_name": "SCNRecorder",
21   "swift_versions": "5.0",
22   "source_files": "Sources/**/*.{swift}",
23   "dependencies": {
24     "MTDMulticastDelegate": [
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "platforms": {
33         "ios": "13.0"
34       },
35       "requires_app_host": true,
36       "app_host_name": "SCNRecorder/Example",
37       "source_files": [
38         "SCNRecorderTests/**/*.{m,swift,metal}",
39         "SCNRecorderTests/Metal/**/*.h"
40       ],
41       "preserve_paths": "SCNRecorderTests/SCNRecorderTests-Bridging-Header.h",
42       "pod_target_xcconfig": {
43         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/SCNRecorderTests/SCNRecorderTests-Bridging-Header.h"
44       },
45       "dependencies": {
46         "SCNRecorder/Example": [
48         ]
49       }
50     }
51   ],
52   "appspecs": [
53     {
54       "name": "Example",
55       "platforms": {
56         "ios": "13.0"
57       },
58       "source_files": [
59         "Example/Source/**/*.{m,swift,metal}",
60         "Example/Source/Content/**/*.{h}"
61       ],
62       "preserve_paths": "Example/Source/Example-Bridging-Header.h",
63       "resources": "Example/Source/Resources/**/*.{scnassets,xcassets}",
64       "pod_target_xcconfig": {
65         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/Example/Source/Example-Bridging-Header.h"
66       },
67       "dependencies": {
68         "SnapKit": [
69           "~> 5.0.0"
70         ]
71       }
72     }
73   ],
74   "swift_version": "5.0"