intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

Carthage #10

Open matadan opened 6 years ago

matadan commented 6 years ago

Please add an option to use carthage as a package manager.

croossin commented 6 years ago

@matadan We will take a look into adding carthage as a package manager. Thanks for the request.

matadan commented 6 years ago

Thank you.

-- Andrew Eades

On 22 May 2018, at 13:48, Chase notifications@github.com wrote:

@matadan We will take a look into adding carthage as a package manager. Thanks for the request.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

lwdupont commented 6 years ago

For when I or someone gets to this:

https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework

wousser commented 5 years ago

+1

SebastianBO commented 5 years ago

Any update?

lwdupont commented 5 years ago

I'll look at this today sometime, sorry for the delay.

lwdupont commented 5 years ago

So, I had a look yesterday when I fixed up the Travis build - looks like we'll need to re-structure the project, as Carthage support means having a framework target. Right now the entire structure is build around Cocoapods (ie. there is no Xcode project to build the framework).

Not a lot of work I'd say, but a biggish change. @croossin @bharathmurs thoughts?

SebastianBO commented 5 years ago

Ok thanks, would be very appreciated!

JJ-Intuit commented 4 years ago

I can pick this up.

lwdupont commented 4 years ago

Yes please!