Skip to content

Commit 0a6685f

Browse files
author
Sengthai Te
committed
Update podspec
1 parent f8bfb6c commit 0a6685f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InteractiveTextField.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'InteractiveTextField'
3-
spec.version = '1.0.1'
3+
spec.version = '1.0.2'
44
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
55
spec.homepage = 'https://github.com/sengthaite/InteractiveTextField'
66
spec.authors = { 'Sengthai Te' => '[email protected]' }
77
spec.summary = 'A customized textfield'
8-
spec.source = { :git => 'https://github.com/sengthaite/InteractiveTextField.git', :tag => 'v1.0.1' }
8+
spec.source = { :git => 'https://github.com/sengthaite/InteractiveTextField.git', :tag => 'v1.0.2' }
99
spec.module_name = 'InteractiveTextField'
1010
spec.swift_version = '5.6'
1111

0 commit comments

Comments
 (0)