From 50faf46a5795f00501f1061077b106e8f7e6c786 Mon Sep 17 00:00:00 2001
From: jjmix <52147605+jjmix@users.noreply.github.com>
Date: Sat, 29 Jun 2019 10:25:53 +0800
Subject: [PATCH] =?UTF-8?q?Revert=20"KVOController=201.2.0=20=F0=9F=94=91?=
=?UTF-8?q?=20(#118)"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit 60b3ccb966cb3ac3a9d0957bc5f88f2f8efad239.
---
FBKVOController/Info.plist | 4 ++--
KVOController.podspec | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/FBKVOController/Info.plist b/FBKVOController/Info.plist
index fba37c1..dc640d4 100644
--- a/FBKVOController/Info.plist
+++ b/FBKVOController/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.2.0
+ 1.1.0
CFBundleSignature
????
CFBundleVersion
- 1.2.0
+ 1.1.0
NSPrincipalClass
diff --git a/KVOController.podspec b/KVOController.podspec
index 92cafd4..6b01d98 100644
--- a/KVOController.podspec
+++ b/KVOController.podspec
@@ -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' => 'kimon@mac.com', 'Nikita Lutsenko' => 'nlutsenko@me.com' }
+ spec.authors = { 'Kimon Tsinteris' => 'kimon@mac.com' }
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.