Skip to content

Commit 5276dfb

Browse files
author
George Nyakundi
committed
Add a API Spec version
1 parent 7c4edeb commit 5276dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boat-scaffold/src/main/templates/boat-swift5/Podspec.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = '{{projectName}}'
33
s.version = '{{podVersion}}'{{#projectDescription}}
4-
s.summary = '{{projectDescription}}'{{/projectDescription}}{{#podDescription}}
4+
s.summary = '{{projectDescription}}. API Spec Version: {{appVersion}}'{{/projectDescription}}{{#podDescription}}
55
s.description = '{{podDescription}}'{{/podDescription}}
66
s.license = '{{#podLicense}}{{& podLicense}}{{/podLicense}}'{{^podLicense}}'Proprietary'{{/podLicense}}
77
s.homepage = '{{podHomepage}}{{^podHomepage}}https://github.com/Backbase/backbase-openapi-tools{{/podHomepage}}'{{#podAuthors}}

0 commit comments

Comments
 (0)