Swiftlint: Add CocoaPods CLI usage instructions

Created on 7 Dec 2016  路  1Comment  路  Source: realm/SwiftLint

Support was added in #936, but since we couldn't confirm it worked until a release, I didn't add usage instructions to the readme. This ticket tracks doing so once we've confirmed the distribution approach works.

enhancement

Most helpful comment

Now that we've made a release after #936, I've tested this out and it seems to work!

pod 'SwiftLint'

in the Podfile, then pod install, then the Pods/SwiftLint/swiftlint binary is available.

We could shamelessly copy @AliSoftware's excellent SwiftGen's installation instructions for this ^_^.

>All comments

Now that we've made a release after #936, I've tested this out and it seems to work!

pod 'SwiftLint'

in the Podfile, then pod install, then the Pods/SwiftLint/swiftlint binary is available.

We could shamelessly copy @AliSoftware's excellent SwiftGen's installation instructions for this ^_^.

Was this page helpful?
0 / 5 - 0 ratings