WSTagsField v1.3.0 Release Notes

Release Date: 2018-04-09 // almost 6 years ago
  • Please use the swift2.3 branch for now.

    CocoaPods

    pod 'WSTagsField', :git => 'https://github.com/whitesmith/WSTagsField.git', :branch => 'swift2.3'
    

    or just add swift_version = '2.3' to your Podfile:

    target 'AmazingProject' do
      swift_version = '2.3'
      pod 'WSTagsField', '~>1.2.0'
    end
    

    Carthage

    github "whitesmith/WSTagsField" "swift2.3"
    

    or just run carthage with Swift 2.3 toolchain:

    carthage update WSTagsField --no-use-binaries --platform iOS --toolchain
    com.apple.dt.toolchain.Swift_2_3