diff --git a/README.md b/README.md index b459c06..c353c66 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A UIViewController subclass for revealing a rear (left and/or right) view contro ## Requirements -* iOS 6.0 or later. +* iOS 5.1 or later. * ARC memory management. ## Usage diff --git a/SWRevealViewController.podspec b/SWRevealViewController.podspec index 5094afc..145b093 100644 --- a/SWRevealViewController.podspec +++ b/SWRevealViewController.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "John Lluch Zorrilla" => "joan.lluch@sweetwilliamsl.com" } s.source = { :git => "https://github.com/John-Lluch/SWRevealViewController.git", :tag => "v#{s.version}" } - s.platform = :ios, "6.0" + s.platform = :ios, "5.1" s.source_files = "SWRevealViewController/*.{h,m}" s.framework = "CoreGraphics" s.requires_arc = true