exyte / fan-menu

Menu with a circular layout based on Macaw
MIT License
728 stars 58 forks source link

Minimum deployment target #39

Closed Natelegreat1 closed 5 years ago

Natelegreat1 commented 5 years ago

Hello. The README says min deployment target is iOS 8.0 My project's min deployment target is 9.0, yet I am getting this error using cocoa pods:

[!] CocoaPods could not find compatible versions for pod "FanMenu":
  In Podfile:
    FanMenu (from `https://github.com/exyte/fan-menu`)

Specs satisfying the `FanMenu (from `https://github.com/exyte/fan-menu`)` dependency were found, but they required a higher minimum deployment target.
amarunko commented 5 years ago

s.platform = :ios, '9.1' in podspec

Minimum deployment target of Fan Menu - 9.1

amarunko commented 5 years ago

Sorry fo the inconvenience, we will fix README

ystrot commented 5 years ago

Moved it back to 9.0, since there is no reason for 9.1. This fix available in the latest 0.7.3 version.