# Third-Party Libraries

### GraphQL & API Communication

#### Apollo iOS

* **Repository**: <https://github.com/apollographql/apollo-ios.git>
* **License**: MIT
* **Purpose**: A strongly-typed, caching GraphQL client for iOS

***

### Real-Time Communication

#### Starscream

* **Repository**: <https://github.com/daltoniam/Starscream>
* **License**: Apache 2.0
* **Purpose**: Conforming WebSocket (RFC 6455) client library for iOS and macOS

#### SwiftPhoenixClient

* **Repository**: <https://github.com/davidstump/SwiftPhoenixClient.git>
* **License**: MIT
* **Purpose**: Swift client for Phoenix Framework channels

***

### Network Utilities

#### Reachability.swift

* **Repository**: <https://github.com/ashleymills/Reachability.swift.git>
* **License**: MIT
* **Purpose**: Replacement for Apple's Reachability with closures

***

### UI Components

#### IGListKit (Embedded with Prefix)

* **Original Repository**: <https://github.com/Instagram/IGListKit>
* **License**: MIT (Copyright Facebook, Inc.)
* **Purpose**: A data-driven UICollectionView framework for building fast and flexible lists

***

### License Compliance

This project uses open-source libraries under various licenses:

* **MIT License**: Apollo iOS, Starscream, SwiftPhoenixClient, Reachability.swift, IGListKit
* **Apache 2.0**: Starscream

Please refer to individual library repositories for complete license texts and attribution requirements.

***

**Last Updated**: December 3, 2025


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firework.com/firework-for-developers/ios-sdk/third-party-libraries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
