PSAirTable.psd1

@{
    RootModule        = 'PSAirTable.psm1'
    ModuleVersion = '1.0.12'
    GUID              = 'd7226345-7229-44df-a16d-60c1bb301b94'
    Author            = 'Adam Bertram'
    CompanyName       = 'Adam the Automator, LLC'
    Copyright         = '(c) 2018 Adam the Automator, LLC. All rights reserved.'
    Description       = 'PSAirTable is a module that allows you to interact with the AirTable services in a number of different ways with PowerShell.'
    RequiredModules   = @()
    VariablesToExport = @()
    AliasesToExport   = @()
    PrivateData       = @{
        PSData = @{
            Tags       = @('AirTable')
            ProjectUri = 'https://github.com/adbertram/PSAirTable'
        }
    }
}