pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Changed minimum deployment target to iOS 6.0 #161

Open capnslipp opened 11 years ago

capnslipp commented 11 years ago

• Changed minimum deployment target from iOS 5.0 to iOS 6.0 in project and PKRevealController settings in order to fix build ability. » The NS_ENUM() and NS_OPTIONS() macros used all over were introduced in iOS 6.0's Foundation. With a minimum deployment target of iOS 5.0, the build fails.

This fixes issue #160.