Anthony Weiss
Anthony Weiss
CI failed since it could not install cocoapods. (Which this PR should not affect.)
I agree that it would be preferable to just use the original `TransitionKit.h`. I wasn't able to find a setting to specify an umbrella or master header that is not...
@blakewatters Removed extraneous umbrella headers and streamlined info.plist files. CI failing because of Ruby version issues, but I am successfully using this branch in my projects.
Nice job getting the tests working! However, rather than include the Pods directory in the repository, I would suggest instead that you create `Cartfile.private` and add the dependencies that are...
@arturgrigor Great! I have a question, though. If you remove the Podfile and the Podfile.lock, won't it no longer be possible to add this framework via Cocoapods, since it won't...
@arturgrigor I see. But for any existing users, there's no guarantee that they will have Carthage. Since the primary method of integration up until now has been Cocoapods, it's quite...