TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Update deployment target to iOS 8 #83

Closed brentleyjones closed 9 years ago

brentleyjones commented 9 years ago

While we don't use any code that can't be used on iOS 7, we are only really supporting dynamic frameworks. That means needing to use iOS 8+. As time passes this will matter less and less, so I'm just changing this from the get-go.