Skip to content

Commit

Permalink
Update requirements to iOS 6 and OS X 10.8
Browse files Browse the repository at this point in the history
It looks like the Xcode project specifies a minimum or OS X 10.8 SDK, and uses iOS 6.0 only features (strong properties with a type of `dispatch_queue_t`)
  • Loading branch information
tonyarnold committed Dec 16, 2014
1 parent e6f5403 commit f1d6aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ RACSequence *results = [[strings.rac_sequence
## System Requirements
ReactiveCocoa supports OS X 10.7+ and iOS 5.0+.
ReactiveCocoa supports OS X 10.8+ and iOS 6.0+.
## Importing ReactiveCocoa
Expand Down

0 comments on commit f1d6aea

Please sign in to comment.