Skip to content

Commit

Permalink
Adjust podspec and README to support iOS 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfri committed Aug 4, 2013
1 parent e390d5d commit 96026fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SWRevealViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "John Lluch Zorrilla" => "[email protected]" }
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
Expand Down

0 comments on commit 96026fd

Please sign in to comment.