.
├── Development
│ ├── OpenPassDevelopmentApp
│ └── OpenPassDevelopmentApp.xcodeproj
├── Package.swift
├── LICENSE.md
├── README.md
├── THIRD-PARTY-CREDITS.md
├── Sources
│ └── OpenPass
└── Tests
└── OpenPassTests
- Xcode 14.0+
| Platform | Minimum target | Swift Version |
|---|---|---|
| iOS | 13.0+ | 5.0+ |
The OpenPass SDK is a standalone headless library defined and managed by the Swift Package Manager via Package.swift. As such the OpenPassDevelopmentApp is the primary way for developing the SDK. Use Xcode to open Development/OpenPassDevelopmentApp/OpenPassDevelopmentApp.xcodeproj to begin development.
OpenPass is released under the MIT license. See LICENSE for details.