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
@@ -56,7 +56,7 @@ You can of course also just include this framework manually into your project by
56
56
Simply add this line to your Cartfile:
57
57
58
58
```
59
-
github "Flinesoft/CSVImporter" ~> 1.5
59
+
github "Flinesoft/CSVImporter" ~> 1.6
60
60
```
61
61
62
62
And run `carthage update`. Then drag & drop the HandySwift.framework in the Carthage/build folder to your project. Also do the same with the dependent framework `HandySwift`. Now you can `import CSVImporter` in each class you want to use its features. Refer to the [Carthage README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for detailed / updated instructions.
0 commit comments