SpatialCanvas iOS SDK
SpatialCanvas is an iOS SDK meant to enhance your application by providing a persistent augmented reality experience.
For now, the SDK only supports CocoaPods as its install method.
pod 'SpatialCanvas', '~> 0.5'
In your application Info.plist, add the following property:
<key>NSLocationWhenInUseUsageDescription</key>
<string>This application will use the location for Augmented Reality persistence.</string>
Check the full documentation here.
In order to checkout the example:
git clone git@github.com:spatialcanvas/spatialcanvas-ios.git
cd spatialcanvas-ios/Example
pod repo update
pod install
open Example.xcworkspace
The contents of this repository is licensed under the Apache License, version 2.0.