blob: 0f4711b6ad223845d54bbe1b73e2fa710f8ff82b [file] [log] [blame]
{
"name": "SwiftBomb",
"version": "0.6.2",
"summary": "A Swift library to integrate with the Giant Bomb wiki for the retrieval of all things video games.",
"description": "SwiftBomb is a simple-to-use interface with the GiantBomb.com API. Giant Bomb is a website with a massive wiki around video games. Search information on games, their publishers, characters, developers, genres, even objects within games and loads more.\n\nFully documented with a simple integration process, SwiftBomb allows retrieval of resources in one line and uses generics to strongly type all responses and errors to make consumption within your apps easy.\n\nCheck out www.giantbomb.com for plenty of video game-related shenanigans. <>",
"homepage": "https://github.com/davefoxy/SwiftBomb",
"license": "MIT",
"authors": {
"David Fox": "davidfox@icloud.com"
},
"source": {
"git": "https://github.com/davefoxy/SwiftBomb.git",
"tag": "0.6.2"
},
"social_media_url": "https://twitter.com/davefoxy",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftBomb/Classes/**/*"
}