Skip to content

Commit

Permalink
Pod spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
lijin88121 committed Aug 3, 2021
1 parent 0ab74c5 commit 5e75920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TagTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "TagTextField"
spec.version = "0.0.1"
spec.version = "0.0.3"
spec.summary = "SwiftUI Multiline Tag View with Text Input."
spec.description = <<-DESC
TagTextField consists of Tags List and Text Input.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "13.0"
spec.swift_version = "5.0"

spec.source = { :git => "https://github.com/lijin88121/TagTextField.git", :tag => "#{0.0.3}" }
spec.source = { :git => "https://github.com/lijin88121/TagTextField.git", :tag => "#{spec.version}" }

spec.source_files = "TagTextField/**/*.{h,m,swift}"
end
Binary file not shown.

0 comments on commit 5e75920

Please sign in to comment.