blob: 1c0b8c57fde76fad009c0082394b1fc3d1972e6d [file] [log] [blame]
{
"name": "IGDB-SWIFT-API",
"version": "0.3.3",
"summary": "Wrapper for IGDBs API written in Swift.",
"description": "A Swift wrapper for the IGDB.com Free Video Game Database API.",
"documentation_url": "https://api-docs.igdb.com",
"homepage": "https://github.com/husnjak/IGDB-API-SWIFT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filip Husnjak": "filip@igdb.com"
},
"source": {
"git": "https://github.com/husnjak/IGDB-API-SWIFT.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "12.0",
"osx": "10.15",
"watchos": "6.0"
},
"swift_versions": "5.0",
"source_files": "Sources/IGDB-SWIFT-API/**/*.swift",
"dependencies": {
"SwiftProtobuf": [
"~> 1.6.0"
],
"Just": [
"~> 0.8.0"
]
},
"swift_version": "5.0"
}