Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Apr 3, 2019 · 11 revisions

Use the following setup instructions for the previous versions of the library if you use an older version of Swift.

Swift 4.2 Xcode 10

Library version / git tag: 8.0.1

  • File: Sigma.swift
  • Carthage: github "evgenyneu/SigmaSwiftStatistics" ~> 8.0
  • CocoaPods: pod 'SigmaSwiftStatistics', '~> 8.0'
  • Swift Package Manager: version 8.0.0

Swift 4 Xcode 9

Library version / git tag: 7.0.2

  • File: Sigma.swift
  • Carthage: github "evgenyneu/SigmaSwiftStatistics" ~> 7.0
  • CocoaPods: pod 'SigmaSwiftStatistics', '~> 7.0'
  • Swift Package Manager: version 7.0.0

Swift 3.1 Xcode 8.3

Library version / git tag: 6.0.0

  • File: Sigma.swift
  • Carthage: github "evgenyneu/SigmaSwiftStatistics" ~> 6.0
  • CocoaPods: pod 'SigmaSwiftStatistics', '~> 6.0'
  • Swift Package Manager: version between 6.0.0 and 7.0.0

Swift 3.0

Library version / git tag: 5.0.1

  • File: Sigma.swift
  • Carthage: github "evgenyneu/SigmaSwiftStatistics" ~> 5.0
  • CocoaPods: pod 'SigmaSwiftStatistics', '~> 5.0'

Swift 3.0 Xcode 8 beta

Xcode 8 beta 2

Library version / git tag: 2.0.6

  • File: Sigma.swift
  • Carthage: github "evgenyneu/SigmaSwiftStatistics" ~> 2.0
  • CocoaPods: pod 'SigmaSwiftStatistics', '~> 2.0'

Swift 2.2

Library version / git tag: 1.1.8

Add source (iOS 7+)

Simply add Sigma.swift file to your project.

Setup with Carthage (iOS 8+)

Alternatively, add github "evgenyneu/SigmaSwiftStatistics" ~> 1.1 to your Cartfile and run carthage update.

Setup with CocoaPods (iOS 8+)

If you are using CocoaPods add this text to your Podfile and run pod install.

use_frameworks!
target 'Your target name'
pod 'SigmaSwiftStatistics', '~> 1.1'