From c8549e258153627dcd81bcaf86c4493455c735ea Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Fri, 1 Jan 2016 18:08:10 +0100 Subject: [PATCH] Updates `RxSwift.podspec`. --- RxSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxSwift.podspec b/RxSwift.podspec index c6a89679..75b0ade5 100644 --- a/RxSwift.podspec +++ b/RxSwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RxSwift" s.version = "2.0.0-rc.0" - s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform" + s.summary = "RxSwift is a Swift implementation of Reactive Extensions" s.description = <<-DESC This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)