devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.18k stars 290 forks source link

Added Carthage to the readme #4

Closed RuiAAPeres closed 8 years ago

RuiAAPeres commented 8 years ago

Since the target from where the framework is built is already a shared, you get carthage for free

devxoul commented 8 years ago

Carthage is only available for iOS8+ targets.

Note that Carthage only supports dynamic frameworks, which are only available on iOS 8 or later (or any version of OS X).

How about this approach?

devxoul commented 8 years ago

@RuiAAPeres, Thank you!