-
Notifications
You must be signed in to change notification settings - Fork 62
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.
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
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
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
and7.0.0
Library version / git tag: 5.0.1
- File: Sigma.swift
-
Carthage:
github "evgenyneu/SigmaSwiftStatistics" ~> 5.0
-
CocoaPods:
pod 'SigmaSwiftStatistics', '~> 5.0'
Library version / git tag: 2.0.6
- File: Sigma.swift
-
Carthage:
github "evgenyneu/SigmaSwiftStatistics" ~> 2.0
-
CocoaPods:
pod 'SigmaSwiftStatistics', '~> 2.0'
Library version / git tag: 1.1.8
Simply add Sigma.swift file to your project.
Alternatively, add github "evgenyneu/SigmaSwiftStatistics" ~> 1.1
to your Cartfile and run carthage update
.
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'