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.