Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 641 Bytes

GIGLibrary iOS


Language

Main library for Gigigo iOS projects.

How to add it to my project

Swift Package Manager

dependencies: [
.package(url: "https://github.com/gigigoapps/gigigo-swift-lib.git", .upToNextMajor(from: "0.1.0"))
]

What is included

  • Core:
    • SwiftNetwork: Swift classes to manage gigigo's requestst. Standard Gigigo JSON is parsed by default.
    • GIGUtils: a lot of extensions on foundation classes.
    • GIGScanner: QR scanner using native iOS API
    • ProgressPageControl: A page control with a progress bar in the selected page.