wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Fixed podspec syntax for macos #101

Closed arturdev closed 2 years ago

arturdev commented 2 years ago

Fixed the wrong format which was leading to an error when trying to setup a osx project s.macos.deployment_target = '10.10' -> s.osx.deployment_target = '10.10'