blob: e21a4a870dc8dfb3066a760fbea233eb411b0733 [file] [log] [blame]
{
"name": "ARCL",
"version": "1.0.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.0.1",
"submodules": false
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "ARKit+CoreLocation/Source/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"ARKit",
"CoreLocation",
"MapKit",
"SceneKit"
],
"pushed_with_swift_version": "4.0"
}