You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thunder Collection is a useful framework which enables quick and easy creation of collection views in iOS using a declarative approach. It makes the process of creating complex collection views as simple as a few lines of code; and removes the necessity for having long chains of index paths and if statements.
6
6
@@ -22,7 +22,7 @@ Setting up your app to use ThunderCollection is a simple and quick process. You
22
22
23
23
## Carthage
24
24
25
-
- Add `github "3sidedcube/ThunderCollection" == 1.3.0` to your Cartfile.
25
+
- Add `github "3sidedcube/ThunderCollection" == 1.3.1` to your Cartfile.
26
26
- Run `carthage update --platform ios` to fetch the framework.
27
27
- Drag `ThunderCollection` into your project's _Linked Frameworks and Libraries_ section from the `Carthage/Build` folder.
28
28
- Add the Build Phases script step as defined [here](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos).
0 commit comments