| Option | Description | Values | Default | 
| authorEmail | Email to use in the podspec file. |  | team@openapitools.org | 
| authorName | Name to use in the podspec file. |  | OpenAPI | 
| classPrefix | prefix for generated classes (convention: Abbreviation of pod name e.g. HN for HackerNews).` |  | OAI | 
| coreData | Should generate core data models |  | false | 
| gitRepoURL | URL for the git repo where this podspec should point to. |  | https://github.com/openapitools/openapi-generator | 
| hideGenerationTimestamp | Hides the generation timestamp when files are generated. |  | true | 
| podName | cocoapods package name (convention: CameCase). |  | OpenAPIClient | 
| podVersion | cocoapods package version. |  | 1.0.0 | 
IMPORT MAPPING
INSTANTIATION TYPES
| Type/Alias | Instantiated By | 
| array | NSMutableArray | 
| map | NSMutableDictionary | 
LANGUAGE PRIMITIVES
- BOOL
 
- NSData
 
- NSDate
 
- NSNumber
 
- NSObject
 
- NSString
 
- NSURL
 
- bool
 
RESERVED WORDS
- _packed
 
- authsettings
 
- auto
 
- bodyparam
 
- break
 
- case
 
- cgfloat
 
- char
 
- class
 
- const
 
- continue
 
- default
 
- description
 
- do
 
- double
 
- else
 
- enum
 
- extern
 
- float
 
- for
 
- formparams
 
- goto
 
- headerparams
 
- id
 
- if
 
- implementation
 
- int
 
- interface
 
- localvarfiles
 
- long
 
- nonatomic
 
- nsinteger
 
- nsnumber
 
- nsobject
 
- pathparams
 
- property
 
- protocol
 
- queryparams
 
- readonly
 
- readwrite
 
- register
 
- requestcontenttype
 
- resourcepath
 
- responsecontenttype
 
- retain
 
- return
 
- short
 
- signed
 
- sizeof
 
- static
 
- strong
 
- struct
 
- switch
 
- typedef
 
- union
 
- unsafe_unretained
 
- unsigned
 
- void
 
- volatile
 
- weak
 
- while
 
Last updated on 1/20/2020