sabirvirtuoso / Mockit

A simple mocking framework for Swift, inspired by the famous http://mockito.org/
MIT License
120 stars 27 forks source link

Setup Mockit to support Carthage #11

Closed jotaemepereira closed 7 years ago

jotaemepereira commented 7 years ago

I added Carthage configuration to support more projects.

I had to set ENABLE_BITCODE to NO, because Carthage will not compile if enabled.