Skip to content

Commit

Permalink
Update podspec version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfhipona committed Sep 4, 2023
1 parent eab95e0 commit 40355a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoCompleteTextField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "AutoCompleteTextField"
s.version = "0.5.0"
s.version = "1.0.0"
s.swift_version = "5"
s.platform = :ios, '12.0'
s.summary = "TextField Subclass with auto completion feature."
Expand Down
2 changes: 1 addition & 1 deletion Example/AutoCompleteTextField.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* Begin PBXFileReference section */
17C5301B585551C53ECD4DD3 /* Pods_AutoCompleteTextField_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AutoCompleteTextField_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5D4E64DDFCD5C145C5ED8141 /* AutoCompleteTextField.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = AutoCompleteTextField.podspec; path = ../AutoCompleteTextField.podspec; sourceTree = "<group>"; };
5D4E64DDFCD5C145C5ED8141 /* AutoCompleteTextField.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = AutoCompleteTextField.podspec; path = ../AutoCompleteTextField.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
607FACD01AFB9204008FA782 /* AutoCompleteTextField_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AutoCompleteTextField_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down

0 comments on commit 40355a8

Please sign in to comment.