From 69f71f12554d4a4324f16543432de250c772abec Mon Sep 17 00:00:00 2001 From: Krzysztof Zablocki Date: Tue, 22 Nov 2016 21:21:06 +0100 Subject: [PATCH] chore: update metadata --- KZFileWatchers.podspec | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/KZFileWatchers.podspec b/KZFileWatchers.podspec index bb0d351..db28c69 100644 --- a/KZFileWatchers.podspec +++ b/KZFileWatchers.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'KZFileWatchers' - s.version = '0.1.2' + s.version = '0.1.3' s.summary = 'A micro-framework for observing file changes, both local and remote. Helpful in building developer tools.' s.description = <<-DESC diff --git a/README.md b/README.md index 95989a5..16f10ca 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This framework provides: - `FileWatcher.Local` useful for observing local file changes, it can also be used to breach Sandbox env for debug simulator builds and e.g. observe file on the developer desktop (like the demo app does). -- `FileWatcher.Remote` can be used to observe files on the web, it supports both `Etag` headers and `Last-Modified-Date` so you can just put file on Dropbox or real ftp server. +- `FileWatcher.Remote` can be used to observe files on the web, it supports both `Etag` headers and `Last-Modified-Date` so you can just put file on Dropbox or real ftp server. ## Installation @@ -27,6 +27,8 @@ it, simply add the following line to your Podfile: pod "KZFileWatchers" ``` +Last version to support Swift 2.3 is `0.1.2` + ## Author Krzysztof Zabłocki, krzysztof.zablocki@pixle.pl