blob: 80a0cf7b13b5810a9d0a38e9e50ec5b1d9cd3948 [file] [log] [blame]
{
"name": "ARQuickLook",
"version": "0.1.3",
"summary": "Alternative for Apple's AR Quick Look, with GLB/GLTF format support, and https loader support.",
"description": "Alternative for Apple's AR Quick Look, with GLB/GLTF format support, and allows developers to load model not only from lcoal file system path, but also from remote server with https request.",
"homepage": "https://github.com/lapbay/ARQuickLook",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lapbay": "lapbay@gmail.com"
},
"source": {
"git": "https://github.com/lapbay/ARQuickLook.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/tapray",
"platforms": {
"ios": "11.0"
},
"source_files": "ARQuickLook/Classes/**/*",
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"frameworks": [
"UIKit",
"ARKit"
],
"dependencies": {
"GLTFSceneKit": [
]
},
"swift_version": "5.0"
}