File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
33 # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44 s . name = "AutocompleteField"
5- s . version = "1.0 "
5+ s . version = "1.1 "
66 s . summary = "Add word completion to your UITextFields."
77
88 s . homepage = "http://iosdev.io/autocompletefield"
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919 s . ios . deployment_target = "8.0"
2020
2121 # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
22- s . source = { :git => "https://github.com/filipstefansson/AutocompleteField.git" , :tag => "1.0 " }
22+ s . source = { :git => "https://github.com/filipstefansson/AutocompleteField.git" , :tag => "1.1 " }
2323
2424 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
2525 s . source_files = "AutocompleteField/**/*.swift"
You can’t perform that action at this time.
0 commit comments