Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Requirements

  • iOS 16.0+
  • Xcode 15.0+
  • Swift 5.9+

Swift Package Manager

Add Astralform to your Xcode project:
  1. Open your project in Xcode
  2. Go to File > Add Package Dependencies
  3. Enter the repository URL:
    https://github.com/astralform-ai/Astralform-iOS-SDK
    
  4. Select Up to Next Major Version with 1.0.0
  5. Click Add Package
Or add it to your Package.swift:
dependencies: [
    .package(url: "https://github.com/astralform-ai/Astralform-iOS-SDK", from: "1.0.0")
]
Then add the dependency to your target:
.target(
    name: "YourApp",
    dependencies: ["Astralform"]
)

CocoaPods

Add to your Podfile:
pod 'Astralform', '~> 1.0'
Then run:
pod install

Import the SDK

import Astralform

Next Steps

Configuration

Configure the client with your API key and settings