blob: b8ddff578a06a9ad594d431677456828db7d9d7f [file] [log] [blame]
{
"name": "SCNRecorder",
"version": "2.3.0",
"summary": "A lags-free recorder of ARKit and SceneKit for iOS in Swift",
"homepage": "https://github.com/gorastudio/SCNRecorder",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vladislav Grigoryev": "dev.grigoriev@gmail.com"
},
"source": {
"git": "https://github.com/gorastudio/SCNRecorder.git",
"tag": "2.3.0"
},
"module_name": "SCNRecorder",
"module_map": "SCNRecorder.modulemap",
"swift_versions": "5.2",
"platforms": {
"ios": "12.0"
},
"source_files": [
"SCNRecorder.h",
"Sources/**/*.{h,m,swift}"
],
"public_header_files": [
"SCNRecorder.h",
"Sources/**/*.h"
],
"private_header_files": "Sources/**/*.h",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "GLES_SILENCE_DEPRECATION CI_SILENCE_GL_DEPRECATION"
},
"swift_version": "5.2"
}