This repository contains:
- iOS
SpaceKitSample
project - Binary
SpaceKit.xcframework
- Documentation archive
SpaceKit.doccarchive
The Android repository can be found here.
- iOS 13.0+ (Swift Package Manager, CocoaPods)
- Swift 5.5
-
Update your
Podfile
to include:use_frameworks! pod 'SpaceKit', :git => 'https://github.com/HyperARCo/SpaceKit-iOS'
-
Run
$ pod install
-
Update the top-level dependencies in your
Package.swift
to include:.package(url: "https://github.com/HyperARCo/SpaceKit-iOS", from: "0.0.1")
-
Update the target dependencies in your
Package.swift
to include"SpaceKit"
-
Download
SpaceKit.xcframework
and then drag it into your project's Frameworks, Libraries and Embedded Content pane in project settings. -
Add geos as a dependency, using the method of your choosing (CocoaPods, SPM or manual).
-
Embed and sign
SpaceKit
andgeos
in your project settings.
API documentation is available here.