SwiftBomb - An iOS Framework For Giant Bomb

Avatar image for davidfox1983
davidfox1983

203

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hi guys, just wanted to share a little open-source thing I've been working on with you...

SwiftBomb is an iOS library, written in Swift, to enable easy integration with the Giant Bomb API and wiki.

Check it out and let me know what you think.

Avatar image for objectivecaio
ObjectiveCaio

35

Forum Posts

5268

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hey, nice work.

I just released a 2.0 update for my app (gamerapp.co) after more than a year rewriting everything, and it's 100% Swift now.

I had to code my own solution to integrate with the API, but I'll take a look at your library when I have the time.

Avatar image for davidfox1983
davidfox1983

203

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@objectivecaio: Thanks man! Yeah feel free to check out the lib. I feel it's fairly easy to use and quite "Swifty". There a large use of generics which really help cut down the size of the codebase. And if you find anything missing, feel free to create a PR ;)

Nice app by the way!