We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb5e9c commit 88633f4Copy full SHA for 88633f4
InteractiveTextField.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'InteractiveTextField'
3
- spec.version = '1.0.0'
+ spec.version = '1.0.1'
4
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
5
spec.homepage = 'https://github.com/sengthaite/InteractiveTextField'
6
spec.authors = { 'Sengthai Te' => 'sengthaite@gmail.com' }
7
spec.summary = 'A customized textfield'
8
- spec.source = { :git => 'https://github.com/sengthaite/InteractiveTextField.git', :tag => 'v1.0.0' }
+ spec.source = { :git => 'https://github.com/sengthaite/InteractiveTextField.git', :tag => 'v1.0.1' }
9
spec.module_name = 'InteractiveTextField'
10
spec.swift_version = '5.6'
11
0 commit comments