From aa387ae96071727adf977d75fc35858196946037 Mon Sep 17 00:00:00 2001 From: Robert-Hein Hooijmans Date: Fri, 25 Aug 2017 20:50:30 +0200 Subject: [PATCH] Update podspec tp 1.1.0 --- Observable.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Observable.podspec b/Observable.podspec index 659f8ee..95bc718 100644 --- a/Observable.podspec +++ b/Observable.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'Observable' - s.version = '1.0.1' + s.version = '1.1.0' s.ios.deployment_target = '8.0' - s.summary = 'Create observable, add observer and observe...' + s.summary = 'The easiest way to observe values in Swift' s.description = <<-DESC - Observable is a reactive library before it becomes complicated (or interesting) + Observable is the easiest way to observe values in Swift DESC s.homepage = 'https://github.com/roberthein/Observable' s.license = { :type => 'MIT', :file => 'LICENSE' }