Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 372 Bytes

IGListKit

A Swift Package built from Instagram/IGListKit

Installation

To integrate using Apple's Swift Package Manager, add the following as a dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/opwoco/IGListKit", .exact("3.4.0"))
]