forked from facebookarchive/KVOController
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "KVOController 1.2.0 🔑 (facebookarchive#118)"
This reverts commit 60b3ccb.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'KVOController' | ||
spec.version = '1.2.0' | ||
spec.version = '1.1.0' | ||
spec.license = { :type => 'BSD' } | ||
spec.homepage = 'https://github.com/facebook/KVOController' | ||
spec.authors = { 'Kimon Tsinteris' => '[email protected]', 'Nikita Lutsenko' => '[email protected]' } | ||
spec.authors = { 'Kimon Tsinteris' => '[email protected]' } | ||
spec.summary = 'Simple, modern, thread-safe key-value observing.' | ||
spec.description = <<-DESC | ||
KVOController builds on Cocoa's time-tested key-value observing implementation. It offers a simple, modern API, that is also thread safe. | ||
|