blob: 569ee049bf86e29f250d578a1daac86587b12920 [file] [log] [blame]
{
"name": "ARCL",
"version": "1.1.0",
"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.1.0",
"submodules": false
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "ARCL/Source/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit",
"ARKit",
"CoreLocation",
"MapKit",
"SceneKit"
]
}