yannickl / Reactions

Fully customizable Facebook reactions like control
http://cocoadocs.org/docsets/Reactions
MIT License
584 stars 90 forks source link

Deployment Target Version for Cocoa Touch framework is 10.0, should be 8.0 #9

Closed pedromancheno closed 7 years ago

pedromancheno commented 7 years ago

I was trying to use the framework through Carthage in my project which supports iOS 8.0 and got an error as the minimum deployment target version was set to 10.0

I've updated the project and it works fine now. You only need to lower the number for the Cocoa Framework target.

yannickl commented 7 years ago

Indeed, it was an oversight. Thank you for the hint. 👍