This repository contains:
- iOS
SpaceKitSampleproject - 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
Podfileto include:use_frameworks! pod 'SpaceKit', :git => 'https://github.com/HyperARCo/SpaceKit-iOS' -
Run
$ pod install
-
Update the top-level dependencies in your
Package.swiftto include:.package(url: "https://github.com/HyperARCo/SpaceKit-iOS", from: "0.0.1") -
Update the target dependencies in your
Package.swiftto include"SpaceKit"
-
Download
SpaceKit.xcframeworkand 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
SpaceKitandgeosin your project settings.
API documentation is available here.