Skip to content

Commit

Permalink
bump versions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhatch authored Sep 4, 2022
1 parent b159358 commit ab47b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLTokenInputView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "CLTokenInputView"
s.version = "2.5.0"
s.version = "3.0.0"
s.summary = "A replica of iOS's native contact bubbles UI."
s.description = <<-DESC
CLTokenInputView is an almost pixel-perfect replica of iOS's contact bubbles
Expand All @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Rizwan Sattar" => "rsattar@gmail.com" }
s.social_media_url = "http://twitter.com/rizzledizzle"
s.platform = :ios, "9.0"
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/Dockwa/CLTokenInputView.git", :tag => s.version.to_s }
s.source_files = "CLTokenInputView/CLTokenInputView", "CLTokenInputView/CLTokenInputView/**/*.{h,m}"
s.exclude_files = "CLTokenInputView/CLTokenInputView/Exclude"
Expand Down

0 comments on commit ab47b96

Please sign in to comment.