blob: ab93a72e45663221572052c790d0c0ade807f00c [file] [log] [blame]
{
"name": "ARCL",
"version": "1.2.1",
"summary": "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data.",
"homepage": "https://github.com/ProjectDent/arkit-corelocation",
"authors": {
"Andrew Hart": "Andrew@ProjectDent.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://ProjectDent@github.com/ProjectDent/ARKit-CoreLocation.git",
"tag": "1.2.1",
"submodules": false
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation",
"MapKit",
"SceneKit"
],
"weak_frameworks": "ARKit",
"swift_version": "5.0"
}