diff --git a/README.md b/README.md index f5deac5..c581448 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,7 @@ __ReactiveKit__ is a Swift framework for reactive and functional reactive programming. -The framework is best used in a combination with the following extensions: - -* [Bond](https://github.com/ReactiveKit/Bond) - UIKit and AppKit bindings, reactive delegates, data sources. -* [ReactiveAlamofire](https://github.com/ReactiveKit/ReactiveAlamofire) - Reactive extensions for Alamofire framework. +The framework is best used in a combination with [Bond](https://github.com/ReactiveKit/Bond) that provides UIKit and AppKit bindings, reactive delegates and data sources. ## Reactive Programming diff --git a/ReactiveKit.podspec b/ReactiveKit.podspec index 182ef26..f3cde3e 100644 --- a/ReactiveKit.podspec +++ b/ReactiveKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReactiveKit" - s.version = "3.2.1" + s.version = "3.2.2" s.summary = "A Swift Reactive Programming Framework" s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming." s.homepage = "https://github.com/ReactiveKit/ReactiveKit" s.license = 'MIT' s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" } - s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.2.1" } + s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.2.2" } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' diff --git a/ReactiveKit/Info.plist b/ReactiveKit/Info.plist index 7add7c8..f234092 100644 --- a/ReactiveKit/Info.plist +++ b/ReactiveKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.1 + 3.2.2 CFBundleSignature ???? CFBundleVersion