HyperARCo / SpaceKit-iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceKit-iOS

This repository contains:

  • iOS SpaceKitSample project
  • Binary SpaceKit.xcframework
  • Documentation archive SpaceKit.doccarchive

The Android repository can be found here.

Requirements

  • iOS 13.0+ (Swift Package Manager, CocoaPods)
  • Swift 5.5

Installation

CocoaPods

  1. Update your Podfile to include:

     use_frameworks!
     pod 'SpaceKit', :git => 'https://github.com/HyperARCo/SpaceKit-iOS'
    
  2. Run $ pod install

Swift Package Manager

  1. Update the top-level dependencies in your Package.swift to include:

     .package(url: "https://github.com/HyperARCo/SpaceKit-iOS", from: "0.0.1")
    
  2. Update the target dependencies in your Package.swift to include

     "SpaceKit"
    

Frameworks

  1. Download SpaceKit.xcframework and then drag it into your project's Frameworks, Libraries and Embedded Content pane in project settings.

  2. Add geos as a dependency, using the method of your choosing (CocoaPods, SPM or manual).

  3. Embed and sign SpaceKit and geos in your project settings.

Documentation

API documentation is available here.

About


Languages

Language:C++ 49.8%Language:Swift 36.5%Language:HTML 6.6%Language:JavaScript 4.0%Language:Objective-C 1.6%Language:Ruby 1.4%