From 397e3e4c20d26249b92e7ebca032a988bd5731be Mon Sep 17 00:00:00 2001 From: Lukas Kubanek Date: Tue, 10 Jul 2018 15:11:26 +0200 Subject: [PATCH] Minor tweaks to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 098d219..a8053d8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Yet another option is using [Git submodules](http://git-scm.com/book/en/v2/Git-T #### ⚠️ Note About CocoaPods -Although there is high demand for [CocoaPods](https://cocoapods.org) support, this method won't be officially supported by this library. Since I'm not using CocoaPods myself and since I think this method will be once replaced by the Swift Package Manager, I don't want to put any effort in maintaining official podspec. If you really want to include this library via CocoaPods, there is still a way by creating a custom podspec. See the last section of [this post](https://guides.cocoapods.org/syntax/podfile.html#pod). +Although there is high demand for [CocoaPods](https://cocoapods.org) support, this method won't be officially supported by this library. Since I'm not using CocoaPods myself and since I think this method will be once replaced by the Swift Package Manager, I don't want to put any effort in maintaining an official podspec. If you really want to include this library via CocoaPods, there is still a way by creating a custom podspec (see the last section of [this post](https://guides.cocoapods.org/syntax/podfile.html#pod)). ## Usage & Docs