From d1f08072f95c3f32209ea54535cec8276a7a85d8 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 25 Aug 2018 20:31:01 -0500 Subject: [PATCH] Change "http://cocoapods.org/" to "https://cocoapods.org" Their web server enforces https now. --- iOS/README-iOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/README-iOS.md b/iOS/README-iOS.md index c9d68d3..692ed5c 100644 --- a/iOS/README-iOS.md +++ b/iOS/README-iOS.md @@ -2,7 +2,7 @@ This file contains instructions for integrating the STK in Xcode projects and so ## Setup -### If you have [CocoaPods](http://cocoapods.org/) +### If you have [CocoaPods](https://cocoapods.org) 1. Add `pod 'STK', '~> 4.5'` to your Podfile. @@ -47,7 +47,7 @@ If this problem doesn't go away: 1. Follow step 1 from **Setup**, add `stk/include` to the *Header Search Paths*. If that doesn't solve it: -Install CocoaPods and use it to install the STK. It takes one minute and will make your life easier. Visit the [CocoaPods website](http://cocoapods.org/) for installation instructions. +Install CocoaPods and use it to install the STK. It takes one minute and will make your life easier. Visit the [CocoaPods website](https://cocoapods.org) for installation instructions. ### FileRead::open: could not open or find file (../../rawwaves/filename.raw)!