krzysztofzablocki / crafter

Crafter - Xcode project configuration CLI made easy.
twitter.com/merowing_
547 stars 35 forks source link

Added swift support for Podfile #19

Closed mseijas closed 8 years ago

mseijas commented 8 years ago

Added swift support for Podfile by setting set_language_swift(true) on config file. This will add use_frameworks! at the top of the Podfile.

krzysztofzablocki commented 8 years ago

thanks