From 65833fdfd423957c7eacb9e674e543c245f70758 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Fri, 10 Apr 2015 01:56:05 +0200 Subject: [PATCH] Adds RxCocoa.podspec. --- RxCocoa.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa.podspec b/RxCocoa.podspec index af9b9877..0c479346 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" } s.source = { :git => "https://github.com/kzaher/RxSwift.git", :tag => s.version.to_s } - s.platform = :ios, '7.0' + s.platform = :ios, '8.0' s.requires_arc = true s.source_files = 'RxCocoa/RxCocoa/**/*'