Skip to content

Commit

Permalink
chore: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Nov 22, 2016
1 parent 8f6a3d1 commit 69f71f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KZFileWatchers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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, [email protected]
Expand Down

0 comments on commit 69f71f1

Please sign in to comment.