We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d9a5b commit 0693954Copy full SHA for 0693954
1 file changed
FTCTextEntryFormatting.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |spec|
2
3
spec.name = 'FTCTextEntryFormatting'
4
- spec.version = '1.0.3'
+ spec.version = '1.0.4'
5
spec.license = { :type => 'FTC' }
6
spec.homepage = 'https://stash.ftc.ru/projects/UPCMC/repos/ftctextentryformatting/browse'
7
spec.authors = { 'Denis Morozov' => 'd.morozov@ftc.ru' }
8
spec.summary = 'Text Entry Formatting.'
9
- spec.source = { :git => 'https://stash.ftc.ru/scm/upcmc/ftctextentryformatting.git', :tag => '1.0.3' }
+ spec.source = { :git => 'https://stash.ftc.ru/scm/upcmc/ftctextentryformatting.git', :tag => '1.0.4' }
10
11
spec.prefix_header_contents = '@import Foundation;'
12
spec.source_files = 'Src/**/*.{h,m}'
0 commit comments