blob: af4a65365ad7e121f3e07df15351a6fc48344b5b [file] [log] [blame]
{
"name": "ARKitEnvironmentMapper",
"version": "0.1.0",
"summary": "Real-time environment map generator for ARKit",
"description": "A library that allows you to generate and update environment maps in real-time using the camera feed and ARKit's tracking capabilities.",
"homepage": "https://github.com/svtek/ARKitEnvironmentMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"halileohalilei": "halil@mojilala.com"
},
"source": {
"git": "https://github.com/svtek/ARKitEnvironmentMapper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/halileohalilei",
"platforms": {
"ios": "11.0"
},
"source_files": "ARKitEnvironmentMapper/Classes/**/*",
"frameworks": [
"Metal",
"MetalKit",
"ARKit",
"SceneKit",
"CoreGraphics",
"QuartzCore"
],
"pushed_with_swift_version": "4"
}