diff --git a/index.html b/index.html index 1ebe7cd5..1251ca83 100755 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@

Adding OCMock to your project

  • Download a release from the downloads page.
  • For iOS development add the static library to your test target. This is described in detail on the iOS page.
  • For OS X development simply add OCMock.framework to your test target. -
  • Alternatively you can use Carthage, CocoaPods, and Swift Package Manager. +
  • Alternatively you can use Carthage or CocoaPods.
  • Add an import to your unit tests. {% highlight objc %}