mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			809 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			809 B
		
	
	
	
	
	
	
	
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: team@openapitools.org)
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