alcatraz / alcatraz-packages

Package list repository for Alcatraz
alcatraz.io
382 stars 386 forks source link

Add a new Xcode plugin. #598

Closed red3 closed 8 years ago

red3 commented 8 years ago

I add a new Xcode plugin which helps people generate JsonModel Mapper automatically.

red3 commented 8 years ago

The Travis CI build logs this: ERROR: Error installing json: json requires Ruby version ~> 2.0.

Is there something wrong with my merge?

guillaumealgis commented 8 years ago

@red3 nope, nothing wrong, the CI was broken at the time of your commit. The build passed with Ruby 2 though, so we're good.

Could you rebase on top of master so we can get this merged easily? Thanks!

red3 commented 8 years ago

@guillaume-algis rebased yet. And this time there are no build errors, good to see that!

guillaumealgis commented 8 years ago

Thank you!