Skip to content

v1.3.0 (Swift 2.3)

Compare
Choose a tag to compare
@ricardopereira ricardopereira released this 09 Apr 18:28

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