Skip to content

Commit

Permalink
Bump to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filipstefansson committed Nov 23, 2015
1 parent 6262a57 commit 5b9ea18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutocompleteField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "AutocompleteField"
s.version = "1.0"
s.version = "1.1"
s.summary = "Add word completion to your UITextFields."

s.homepage = "http://iosdev.io/autocompletefield"
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/filipstefansson/AutocompleteField.git", :tag => "1.0" }
s.source = { :git => "https://github.com/filipstefansson/AutocompleteField.git", :tag => "1.1" }

# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "AutocompleteField/**/*.swift"
Expand Down

0 comments on commit 5b9ea18

Please sign in to comment.