[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / e / SCNRecorder / 2.5.0 / SCNRecorder.podspec.json
blob8bd9f165d240f942372f4799f998b096c424173b
2   "name": "SCNRecorder",
3   "version": "2.5.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.5.0"
19   },
20   "module_name": "SCNRecorder",
21   "module_map": "SCNRecorder.modulemap",
22   "swift_versions": "5.0",
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": "$(PODS_TARGET_SRCROOT)/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       "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"
70       },
71       "dependencies": {
72         "SnapKit": [
73           "~> 5.0.0"
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.0"