Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 809 Bytes

objc.md

File metadata and controls

28 lines (18 loc) · 809 Bytes

CONFIG OPTIONS for objc

coreData
    Should generate core data models (Default: false)

classPrefix
    prefix for generated classes (convention: Abbreviation of pod name e.g. `HN` for `HackerNews`).` (Default: OAI)

podName
    cocoapods package name (convention: CameCase). (Default: OpenAPIClient)

podVersion
    cocoapods package version. (Default: 1.0.0)

authorName
    Name to use in the podspec file. (Default: OpenAPI)

authorEmail
    Email to use in the podspec file. (Default: [email protected])

gitRepoURL
    URL for the git repo where this podspec should point to. (Default: https://github.com/openapitools/openapi-generator)

hideGenerationTimestamp
    Hides the generation timestamp when files are generated. (Default: true)

Back to the generators list