We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e622c8f + e757276 commit a5be627Copy full SHA for a5be627
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.2'
+ spec.version = '1.0.3'
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.2' }
+ spec.source = { :git => 'https://stash.ftc.ru/scm/upcmc/ftctextentryformatting.git', :tag => '1.0.3' }
10
11
spec.prefix_header_contents = '@import Foundation;'
12
spec.source_files = 'Src/**/*.{h,m}'
0 commit comments