[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / 3 / 2 / e / SCNRecorder / 2.4.0 / SCNRecorder.podspec.json
blob80e21ddd2033a9795e25e9a6bc383506867541c9
2   "name": "SCNRecorder",
3   "version": "2.4.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.4.0"
19   },
20   "module_name": "SCNRecorder",
21   "module_map": "SCNRecorder.modulemap",
22   "swift_versions": "5.2",
23   "source_files": [
24     "SCNRecorder.h",
25     "Sources/**/*.{h,m,swift}"
26   ],
27   "public_header_files": [
28     "SCNRecorder.h",
29     "Sources/**/*.h"
30   ],
31   "private_header_files": "Sources/**/*.h",
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "13.0"
38       },
39       "requires_app_host": true,
40       "app_host_name": "SCNRecorder/Example",
41       "source_files": [
42         "SCNRecorderTests/**/*.{m,swift,metal}",
43         "SCNRecorderTests/Metal/**/*.h"
44       ],
45       "preserve_paths": "SCNRecorderTests/SCNRecorderTests-Bridging-Header.h",
46       "pod_target_xcconfig": {
47         "SWIFT_OBJC_BRIDGING_HEADER": "SCNRecorder/SCNRecorderTests/SCNRecorderTests-Bridging-Header.h"
48       },
49       "dependencies": {
50         "SCNRecorder/Example": [
52         ]
53       }
54     }
55   ],
56   "appspecs": [
57     {
58       "name": "Example",
59       "platforms": {
60         "ios": "13.0"
61       },
62       "source_files": [
63         "Example/Source/**/*.{m,swift,metal}",
64         "Example/Source/Content/**/*.{h}"
65       ],
66       "exclude_files": "Example/Source/Content/RealityKit/*",
67       "preserve_paths": "Example/Source/Example-Bridging-Header.h",
68       "resources": "Example/Source/Resources/**/*.{scnassets,xcassets}",
69       "pod_target_xcconfig": {
70         "SWIFT_OBJC_BRIDGING_HEADER": "SCNRecorder/Example/Source/Example-Bridging-Header.h"
71       },
72       "dependencies": {
73         "SnapKit": [
74           "~> 5.0.0"
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.2"