Skip to content

Commit

Permalink
v++
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Sep 6, 2015
1 parent bf2e5c1 commit 75be3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "hit"
s.version = "0.1"
s.version = "0.2"
s.summary = "Lightweight full-text search written in Swift"

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/czechboy0/hit.git", :tag => "v0.1" }
s.source = { :git => "https://github.com/czechboy0/hit.git", :tag => "v#{s.version}" }
s.source_files = "hit/*.{swift}"
s.requires_arc = true

Expand Down

0 comments on commit 75be3c1

Please sign in to comment.