4 "summary": "A lags-free recorder of ARKit and SceneKit for iOS in Swift",
5 "homepage": "https://github.com/gorastudio/SCNRecorder",
11 "Vladislav Grigoryev": "dev.grigoriev@gmail.com"
17 "git": "https://github.com/gorastudio/SCNRecorder.git",
20 "module_name": "SCNRecorder",
21 "module_map": "SCNRecorder.modulemap",
22 "swift_versions": "5.0",
25 "Sources/**/*.{h,m,swift}"
27 "public_header_files": [
31 "private_header_files": "Sources/**/*.h",
39 "requires_app_host": true,
40 "app_host_name": "SCNRecorder/Example",
42 "SCNRecorderTests/**/*.{m,swift,metal}",
43 "SCNRecorderTests/Metal/**/*.h"
45 "preserve_paths": "SCNRecorderTests/SCNRecorderTests-Bridging-Header.h",
46 "pod_target_xcconfig": {
47 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/SCNRecorderTests/SCNRecorderTests-Bridging-Header.h"
50 "SCNRecorder/Example": [
63 "Example/Source/**/*.{m,swift,metal}",
64 "Example/Source/Content/**/*.{h}"
66 "preserve_paths": "Example/Source/Example-Bridging-Header.h",
67 "resources": "Example/Source/Resources/**/*.{scnassets,xcassets}",
68 "pod_target_xcconfig": {
69 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/Example/Source/Example-Bridging-Header.h"
78 "swift_version": "5.0"