$ cd iOSSwiftStarterPack
$ ./init
This will prompt you for a name for the iOS project and automatically rename the XCode project files to the updated name.
To enable SwiftLint in XCode, see this. Essentially, you must add a new Run Script Phase
with:
${PODS_ROOT}/SwiftLint/swiftlint
This starterpack is a blank Swift iOS project with SwiftLint, Travis CI, and CocoaPods alread configured. Included are CocoaPods for: