We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407122f commit d719834Copy full SHA for d719834
FTCTextEntryFormatting.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |spec|
2
3
spec.name = 'FTCTextEntryFormatting'
4
- spec.version = '1.0.4'
+ spec.version = '1.0.5'
5
spec.license = { :type => 'FTC' }
6
spec.homepage = 'https://github.com/cft-dev/FTCTextEntryFormatting'
7
spec.authors = { 'Denis Morozov' => 'd.morozov@ftc.ru' }
8
spec.summary = 'Text Entry Formatting.'
9
- spec.source = { :git => 'https://github.com/cft-dev/FTCTextEntryFormatting.git', :tag => '1.0.4' }
+ spec.source = { :git => 'https://github.com/cft-dev/FTCTextEntryFormatting.git', :tag => '1.0.5' }
10
11
spec.prefix_header_contents = '@import Foundation;'
12
spec.source_files = 'Src/**/*.{h,m}'
0 commit comments