Rightpoint / RZViewActions

A category on UIView that provides animation structure similar to SKAction from SpriteKit.
Other
103 stars 13 forks source link

Carthage support? #15

Open mark-anders opened 8 years ago

mark-anders commented 8 years ago

It would be great to have support for Carthage as an alternative to CocoaPods. Basically, you just need an XCode project that will build a framework and make sure that the schema is shared. I've done a test and it seems to work fine. You can look at my fork at https://github.com/mark-anders/RZViewActions

Finally, thanks so much for putting this together. It REALLY simplified my animation code!

jvisenti commented 8 years ago

@mark-anders Carthage support is definitely a good idea. If you have a working fork, would you mind opening a pull request? It looks easy enough, but there's no use doing the work twice :smile:

I'm glad the framework was helpful to you!

ZevEisenberg commented 8 years ago

Note that the latest version of CocoaPods will automatically create _Pods.xcodeproj at the root level of your repo, and this can be used without modification to use the library with Carthage. You may be able to just install the latest CococaPods, run pod install, and check in the Pods folder. You'll also likely want to update the ReadMe.

ZevEisenberg commented 8 years ago

Actually, not sure if you need to re-run pod lib init to get _Pods.xcodeproj, but it's probably worth doing it so you don't have to configure everything yourself.